Comparator<T> typedef

Comparator<T> = int Function(T value1, T value2)

Implementation

typedef Comparator<T> = int Function(T value1, T value2);