Check<T> typedef

Check<T> = bool Function(T)

@internal

Implementation

typedef Check<T> = bool Function(T);