Fun4<A, B, C, D> typedef

Fun4<A, B, C, D> = D Function(A a, B b, C c)

Implementation

typedef Fun4<A, B, C, D> = D Function(A a, B b, C c);