all

check if all elements satisfy the condition

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

Meta