in reply to Re: Shortcutting grep in boolean contextin thread Shortcutting grep in boolean context
`for @a` also avoids putting every element of the array on the stack like `map @a` and `grep @a` do.