Uncurry2X<A, B, T> extension

Uncurries the function, returning a new function that takes multiple arguments instead of a single one, and acts as a normal function that returns a single value.

on

Methods

uncurry(A a, B b) → T
Uncurries the function, returning a new function that takes multiple arguments instead of a single one, and acts as a normal function that returns a single value.