any

Whether the given template predicate is true for any of the elements in the given AliasSeq.

Evaluation is not short-circuited if a true result is encountered; the template predicate must be instantiable with all the elements.

version(StdDdoc)
template any (
alias Pred
Args...
) {}

Meta