Can we fix this?

Elronnd elronnd at elronnd.net
Wed Sep 29 22:21:45 UTC 2021


On Wednesday, 29 September 2021 at 17:00:41 UTC, jfondren wrote:
> ```
> dgList ~= (i => { writeln(i + 2); })(i);
> ```
>
> is cleaner, but ISRT that this usage will be banned because 
> people rarely intend what it actually means.

i => () => writeln(...)


More information about the Digitalmars-d mailing list