An iterator that skips elements as long as a predicate is true.

Constructor

new(it:Iterator<T>, pred:T ‑> Bool)

Methods

hasNext():Bool

next():T