any

check if any element satisfies the condition

static if(!__traits(compiles, any!"a == 2"([1, 2, 3])))
bool
any
(
R
)
(
R r
)

Meta