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