Minor feature request

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 28 04:35:08 PDT 2016


On Tuesday, 28 June 2016 at 11:22:38 UTC, Steven Schveighoffer 
wrote:
> We pretty much have this with lambda syntax:
>
> (int arg) => arg

alias func = (int i) => i*i;

?



More information about the Digitalmars-d mailing list