s/type tuple/template pack/g please

Jonathan M Davis jmdavisProg at gmx.com
Thu Aug 22 00:29:37 PDT 2013


On Thursday, August 22, 2013 09:21:05 Jacob Carlborg wrote:
> On 2013-08-21 21:48, captaindet wrote:
> > abstract tuples they are.
> > 
> > (we have to alias them to maintain their full function)
> > 
> > i don't mind them being called ...tuples, to me it looks and feels
> > enough like a tuple to be called this way. (Type... is very confusing
> > though).
> > 
> > concerning the other typecons.Tuple: i think of this being more an issue
> > of insufficient/bad/confusing documentation.
> 
> We could call the built-in ones for "tuple" and typecons.Tuple for
> anonymous structs.

Considering that std.typecons.Tuple actually acts like a full-on tuple (it 
actually nests) and the built-in "tuple" doesn't, that would be an odd choice 
IMHO.

- Jonathan M Davis


More information about the Digitalmars-d mailing list