MatchCase<T> typedef

MatchCase<T> = bool Function(T n)

Implementation

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