Fun2<A, B, C> typedef

Fun2<A, B, C> = C Function(A, B)

Implementation

typedef Fun2<A, B, C> = C Function(A, B);