Compare<T> typedef

Compare<T> = int Function(T o1, T o2)

Implementation

typedef Compare<T> = int Function(T o1, T o2);