EmptyChecker<T> typedef

EmptyChecker<T> = bool Function(T value)

Fuction returns true if value is empty

Implementation

typedef bool EmptyChecker<T>(T value);