Lambda syntax, etc

Kagamin spam at here.lot
Mon Feb 9 03:00:09 PST 2009


Denis Koroskin Wrote:

> That was just an example. Those short lambdas are often used as predicates. Compare:
> 
> findAll(array, (i) { i > 3; });
> findAll(array, (int i) { return i > 3; });
> 
well... you pwnd me :)



More information about the Digitalmars-d mailing list