Tuple/TypeTuple etc.

Jonathan M Davis jmdavisProg at gmx.com
Fri Aug 16 12:18:58 PDT 2013


On Friday, August 16, 2013 18:08:36 bearophile wrote:
> John Colvin:
> > Possible solutions:
> My vote is for solution n.5:
> 
> Add the built-in t{} syntax to denote all kind of tuples.

Since the built-in tuples / std.typetuple.TypeTuple and std.typecons.Tuple 
are fundamentally different, I don't see how you could possibly combine the two 
in a single syntax. You'd need different syntaxes for each one.

- Jonathan M Davis


More information about the Digitalmars-d mailing list