Compare<E> typedef

Compare<E> = int Function(E a, E b)

Implementation

typedef Compare<E> = int Function(E a, E b);