Sequence separation

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 16 16:18:28 PDT 2016


On Tuesday, 16 August 2016 at 19:17:27 UTC, Engine Machine wrote:
> alias x = AliasSeq!(a, b, AliasSeq!(c, d));
>
> results in a flat sequence. I would like to be able to keep 
> them separate so I can have sub sequences.

wrap them in a struct.


More information about the Digitalmars-d-learn mailing list