Predicate

alias Predicate(T) = bool delegate
(
T t
)

Meta