On Thursday, 20 October 2016 at 12:48:34 UTC, Satoshi wrote:
> Hello,
> why ... cannot be used with structs?
>
> struct Foo {
>     this(int a) { }
> }
>
> void bar(Foo foo...) {
>
> }
>
> bar(42);
Being explicit about these things makes complex code more clear.