v13.20.0
Continues the pattern already used across the codebase (Arr::has, Gate::any, MessageBag, etc.) by replacing hand-rolled foreach-with-early-return loops with the array_all/array_any helpers where the collection being iterated is a plain array.