EqF<A> typedef

EqF<A> = bool Function(A a1, A a2)

Implementation

typedef bool EqF<A>(A a1, A a2);