ItemComparer<T> typedef

ItemComparer<T> = int Function(T item1, T item2)

Implementation

typedef ItemComparer<T> = int Function(T item1, T item2);