SortCallback<T> typedef

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

Implementation

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