Compact Printing of Tuples

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Dec 14 03:53:20 PST 2014


Why arent' Tuples defaultly printed as

(1, 2)

instead

Tuple!(int, int)(1, 2)

?

What's the most convenient of tweak this behaviour so I get 
untyped-printing. Is there a function to convert a Tuple to into 
a D parameter tuple?


More information about the Digitalmars-d-learn mailing list