CompareBy<T> typedef

CompareBy<T> = int Function(T a, T b)

Implementation

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