struct SkipWhileIterator<It, F, T> { ... }
It: Iterator<It, T>
F: Fn(T) -> bool

Iterator that skips elements until a predicate becomes false.

See skip_while.

Methods

impl SkipWhileIterator<It, F, T> { ... }
It: Iterator<It, T>
F: Fn(T) -> bool

Mixins

impl SkipWhileIterator<It, F, T> { ... }
It: Iterator<It, T>
F: Fn(T) -> bool