CompareFun<E> typedef

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

Implementation

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