std::core::array

@any

macro bool @any(array, #predicate)
Returns `true` if _any_ element of the input array returns `true` when
the `#predicate` function is applied.

Parameters