On 2012-09-27 00:38, bearophile wrote:

I have appreciated named fields of D tuples since the beginning, I have
found them quite handy. With them sometimes you don't need to unpack a
tuple, you can just access its fields with a nice name, avoiding to move
around more than one variable.

If you could do something like this:

auto x, y = tuple(1, 2);

Wouldn't that be an acceptable solution instead?

--
/Jacob Carlborg

Reply via email to