Compare<A> typedef

Compare<A> = int Function(A, A)

Implementation

typedef Compare<A> = int Function(A, A);