Func2<T1, T2, R> typedef

Func2<T1, T2, R> = R Function(T1 arg1, T2 arg2)

Implementation

typedef R Func2<T1, T2, R>(T1 arg1, T2 arg2);