about lambdas

Michael pr at m1xa.com
Thu Jan 3 14:46:26 PST 2013


I just doing a chained null checks.

And I prefer when code looks like "a => ...".

In any case we have two ways to do same thing: "a => {...}()" and 
"(a){...}".

Thanks Timon)


More information about the Digitalmars-d mailing list