@lang:all
Return true if every element satisfies the predicate.
Returns: bool
Syntax
Section titled “Syntax”@lang:all(arr fn)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
arr | array | Source array |
fn | helper | Predicate helper returning bool |