Type sequence concatenation / associative array implementation

H. S. Teoh hsteoh at quickfur.ath.cx
Wed Feb 12 22:12:30 UTC 2020


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...


More information about the Digitalmars-d-learn mailing list