Sequence separation
Engine Machine via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Aug 16 12:17:27 PDT 2016
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.
x.length == 4;
More information about the Digitalmars-d-learn
mailing list