Currying
It is a technique of translating the evaluation of a function that takes multiple arguments into evaluating a sequence of functions - each with a single argument.
Last updated
It is a technique of translating the evaluation of a function that takes multiple arguments into evaluating a sequence of functions - each with a single argument.
Last updated