Iter::all

Test if all elements satisfy a predict. Stop evaluation after find the first false.

Type

all :: Iter a -> (a -> bool) -> bool