Multiple return values...

Timon Gehr timon.gehr at gmx.ch
Fri Mar 9 15:17:01 PST 2012


On 03/10/2012 12:02 AM, Manfred Nowak wrote:
> Manu wrote:
>
>> I'm just talking about the ABI for returning multiple values, not
>> chaining
>
> Does this mean, that you want a special type of "function"? For example
> this would be disallowed statement: `auto result= f( g( parameters));',
> if `f' and `g' are functions returning multiple values?
>

This needs to work. Multiple return values should integrate with the 
existing language support for tuples.


More information about the Digitalmars-d mailing list