Test if any elements satisfied a prediction. Stop evaluation after find the first true.
true
any :: Iter a -> (a -> Bool) -> Bool