John Colvin:

Because the body of the new function needs to see the parameters as known at compile-time.

I think to curry a function all you need to know is its signature. And in std.traits probably there is all the functionality to see all kinds of function arguments, their names, tags, etc.

Bye,
bearophile

Reply via email to