Lambda syntax for methods and functions

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Sun Dec 8 09:15:40 PST 2013


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; }


More information about the Digitalmars-d mailing list