Fn2<R, T0, T1> typedef

Fn2<R, T0, T1> = R Function(T0, T1)

Implementation

typedef Fn2<R, T0, T1> = R Function(T0, T1);