OrderF<A> typedef

OrderF<A> = Ordering Function(A a1, A a2)

Implementation

typedef Ordering OrderF<A>(A a1, A a2);