Takes a funcation of any arity and returns a curried function that ignores all but the first two parameters.
curry2
Generated using TypeDoc
Takes a funcation of any arity and returns a curried function that ignores all but the first two parameters.