Lambda syntax for methods and functions

Marco Leise Marco.Leise at gmx.de
Sun Dec 8 15:36:21 PST 2013


Am Sun, 08 Dec 2013 18:15:40 +0100
schrieb "Jesse Phillips" <Jesse.K.Phillips+D at gmail.com>:

> On Sunday, 8 December 2013 at 06:58:59 UTC, Marco Leise wrote:
> > But the verbose D syntax is just too distracting:
> >   bool function(T a, T b) { return a > b; })
> 
> I think you mean "the verbose D syntax:"
>      (a, b) { return a > b; }

:(

-- 
Marco



More information about the Digitalmars-d mailing list