Comparator<T> typedef

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

Implementation

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