PairMapper<R, X, Y> typedef

PairMapper<R, X, Y> = R Function(X x, Y y)

Implementation

typedef PairMapper<R, X, Y> = R Function(X x, Y y);