BinaryOperator<T> typedef

BinaryOperator<T> = T Function(T a, T b)

Implementation

typedef BinaryOperator<T> = T Function(T a, T b);