HigherFn3<R, T0, T1, T2> typedef
HigherFn3<R, T0, T1, T2> =
R Function(T2) Function(T1) Function(T0)
Implementation
typedef HigherFn3<R, T0, T1, T2> = R Function(T2) Function(T1) Function(T0);