Nordlöw:

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?

I'd like a shorter representation of tuples expecially when you have an array of them. A single tuple is acceptable to print it in the longer current form.

You can open an enhancement request.

Bye,
bearophile

Reply via email to