[Issue 16166] struct constructor and AliasSeq

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 12 07:44:22 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16166

--- Comment #1 from Danila Letunovskiy <kapblc at mail.ru> ---
this(T...)(T t){ this.tupleof[0..t.length] = t; }

I want that this work by default.

--


More information about the Digitalmars-d-bugs mailing list