itertools::with_position

Function with_position

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

Create a new WithPosition iterator.