[Issue 19036] .tupleof order guarantee

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 5 04:39:38 UTC 2018


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

--- Comment #7 from Guillaume Lathoud <gsub at glat.info> ---
(In reply to Jacob Carlborg from comment #6)
> You can concatenate a tuple of types using std.typecons.AliasSeq. That would
> be used like this:
> 
> alias a = AliasSeq!(typeof(BaseClass.tupleof), typeof(ChildClass.tupleof));
> 
> It seems it's not possible to concatenate without using "typeof".

Thanks!

--


More information about the Digitalmars-d-bugs mailing list