https://issues.dlang.org/show_bug.cgi?id=19036
--- Comment #7 from Guillaume Lathoud <[email protected]> --- (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! --
