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