Fun3<A, B, C> typedef

Fun3<A, B, C> = C Function(A a, B b)

Implementation

typedef Fun3<A, B, C> = C Function(A a, B b);