Compare<V> typedef

Compare<V> = bool Function(V, V)

Implementation

typedef Compare<V> = bool Function(V, V);