apply function to parameters

Jack Applegame japplegame at gmail.com
Tue Aug 6 07:38:18 PDT 2013


In other words, I need something like this:

foo(magicTemplate!(f, a1, a2, a3...)) === foo(f(a1), f(a2), 
f(a3)...)


More information about the Digitalmars-d-learn mailing list