Should we deprecate comma?

bearophile bearophile at HUGS
Mon Mar 24 09:59:36 PDT 2014


> So you are saying you want to support a syntax like this?
>
> tuple(a, b, c) = myFunc();

And:

foreach (tuple(a, b, c); myTuples) {}

void foo(in auto tuple(a, b, c)) {}

Bye,
bearophile


More information about the Digitalmars-d mailing list