Function itertools::with_position::with_position

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

Create a new WithPosition iterator.