any -package:relude -package:streaming -package:text -package:foldl package:bytestring

O(n) Applied to a predicate and a ByteString, any determines if any element of the ByteString satisfies the predicate.
Applied to a predicate and a ByteString, any determines if any element of the ByteString satisfies the predicate.
O(n) Applied to a predicate and a ShortByteString, any determines if any element of the ShortByteString satisfies the predicate.