Curry2<T1, T2, R> extension

on

Properties

curry Map1<T1, Map1<T2, R>>
Converts a function with 2 positional arguments into a sequence of 2 functions taking a single argument.
no setter