tuples

Ellery Newcomer ellery-newcomer at utulsa.edu
Mon Nov 2 10:20:41 PST 2009


Ellery Newcomer wrote:
> Is there currently any way to get something like
> 
> Tuple!(int,"i") t = tuple(5);
> 
> to work?

Doh. It looks like

Tuple!(int,"i") t = tuple!(int,"i")(5);

should work, but I'm getting the following error

/home/ellery/download/dmd2035/dmd2/linux/bin/../../src/phobos/std/typecons.d(514):
Error: template std.typecons.tuple(T...) declaration T is already defined

any ideas?


More information about the Digitalmars-d-learn mailing list