MatchFn<T> typedef

MatchFn<T> = bool Function(T n)

Implementation

typedef MatchFn<T> = bool Function(T n);