tuples

Ellery Newcomer ellery-newcomer at utulsa.edu
Thu Jun 11 21:10:41 PDT 2009


what is up with this code?

auto t = tuple(1,'a',3.333,false);
pragma(msg,typeof(t.tupleof[2 .. $]).stringof);

spits out

(double, bool, int, char, double, bool)


More information about the Digitalmars-d-learn mailing list