DIP1000: The return of 'Extend Return Scope Semantics'

Walter Bright newshound2 at digitalmars.com
Fri Jun 11 09:16:56 UTC 2021


On 6/10/2021 10:53 PM, ag0aep6g wrote:
> [...]

BTW, another "first parameter" rule is assignment operators:

    a += b;
    a ~= b;
    a = b;

The right side (second parameter) is assigned to the left side (first parameter).


More information about the Digitalmars-d mailing list