pub fn positions<I, F>(iter: I, f: F) -> Positions<I, F> ⓘwhere I: Iterator, F: FnMut(I::Item) -> bool,
Create a new Positions iterator.
Positions