On 1/30/16 12:25 PM, Xinok wrote:
I forgot the distinction between currying and partial application. Can we also define currying in current D? -- Andrei
I'm sure others can give an informed answer on the distinction, but a curried function takes only one argument, and I am unaware of a practical reason to add currying to D if we already have partial application.
