TypeTester<T> typedef

TypeTester<T> = bool Function(T value)

Implementation

typedef TypeTester<T> = bool Function(T value);