delegate from lambda expression

timotheecour thelastmammoth at gmail.com
Sun Sep 9 17:30:49 PDT 2012


Thanks! the template alias ID solves my problem.


>> Your code doesn't look good,

What was wrong with it and what would you suggest to improve it?

Also, I noticed you replaced (among other things):
a.map!dg.array
by
a.map!dg().array()

Will the way I'm skipping "()" ever be deprecated? One of the 
points of UFCS was to avoid writing too much parentheses (in 
addition to avoiding writing nested parentheses).



More information about the Digitalmars-d-learn mailing list