Multiple return values...

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sun Mar 11 11:58:56 PDT 2012


On 3/11/12 7:52 AM, Timon Gehr wrote:
> It is extremely obvious how multiple return values should work.

(int, int) fun();

writeln(fun());
auto a = fun();
writeln(a);

What should happen?


Andrei



More information about the Digitalmars-d mailing list