Map2<T1, T2, R> typedef

Map2<T1, T2, R> = R Function(T1 arg1, T2 arg2)

Mapping function type with 2 positional arguments.

Implementation

typedef Map2<T1, T2, R> = R Function(T1 arg1, T2 arg2);