map/filter/reduce: use functions or delegates or both?

Denton Cockburn diboss at hotmail.com
Wed Mar 21 15:26:38 PDT 2007


I don't see the template functions being instantiated.
e.g. int[] b = reduce!(int, int)(plus, 0, map(square, a));

but I just started learning D too.


More information about the Digitalmars-d-learn mailing list