Iter::any

Test if any elements satisfied a prediction. Stop evaluation after find the first true.

Type

any :: Iter a -> (a -> Bool) -> Bool