- curryTuple4<A, B, C, D, E>(_): ((_) => ((_) => ((_) => ((_) => E))))
Returns ((_) => ((_) => ((_) => ((_) => E))))
- (_): ((_) => ((_) => ((_) => E)))
Returns ((_) => ((_) => ((_) => E)))
- (_): ((_) => ((_) => E))
Returns ((_) => ((_) => E))
- (_): ((_) => E)
Returns ((_) => E)
Transforms the given function of four arguments from "tuple curried" format to curried one.