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?
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?