all

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

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

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

Meta