Comparator<T> typedef

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

Implementation

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