all.all

Returns true if and only if _all values v found in the input range range satisfy the predicate pred. Performs (at most) O(range.length) evaluations of pred.

template all(alias pred = "a")
bool
all
(
Range
)
(
Range range
)
if ()

Meta

Suggestion Box / Bug Report