std
::
core
::
array
@all
macro
bool
@all
(
array
,
#predicate
)
Returns `true` if _all_ elements of the input array return `true` when
the `#predicate` function is applied.
Parameters