On 9/21/11 5:29 PM, bearophile wrote:
Walter Bright:

D
      (a,b) { return a + b; }

In D to define a true lambda you need types too:
auto f = (int a,int b){ return a + b; };

No.

Andrei

Reply via email to