Check<KV> typedef

Check<KV> = bool Function(KV)

Implementation

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