Skip to content

Function2C<T0, T1, T2>

typedef Function2C<T0, T1, T2> = T2 Function(T1) Function(T0)

Type alias for curried function that takes 2 arguments, one at a time.