CompareFunction<T> typedef

CompareFunction<T> = int Function(T, T)

Implementation

typedef CompareFunction<T> = int Function(T, T);