Eq<S> typedef

Eq<S> = bool Function(S a, S b)

Implementation

typedef Eq<S> = bool Function(S a, S b);