pub fn with_position<I>(iter: I) -> WithPosition<I> where
    I: Iterator,
Expand description

Create a new WithPosition iterator.