Search<T, V> typedef

Search<T, V> = bool Function(T item, V param)

Implementation

typedef Search<T, V> = bool Function(T item, V param);