On Wed, Feb 12, 2020 at 09:05:22PM +0000, user1234 via Digitalmars-d-learn 
wrote:
> On Wednesday, 12 February 2020 at 20:58:49 UTC, Marcel wrote:
> > Hello!
> > I have two questions:
> > 
> > 1- How can I concatenate two type sequences?
> 
> alias Concatenated = AliasSeq!(TList1, TList2);
[...]

This is correct. They always auto-expand, and thus do not nest.


T

-- 
Let X be the set not defined by this sentence...

Reply via email to