any(), all() functions #42
innovate-invent
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
Maybe extend this with an extra
|
Beta Was this translation helpful? Give feedback.
4 replies
-
I would forgo these functions in place of the reduce operation being proposed combined with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It may be useful to include basic boolean functions:
boolean all(object|array $arg)
- Returns true if all values are truthy, false otherwiseboolean any(object|array $arg)
- Returns true if any values are truthy, false otherwiseBeta Was this translation helpful? Give feedback.
All reactions