itertools
0.13.0
Module with_
position
Module Items
Structs
Enums
Functions
In crate itertools
itertools
Module
with_position
Copy item path
Source
Structs
§
With
Position
An iterator adaptor that wraps each element in an
Position
.
Enums
§
Position
The first component of the value yielded by
WithPosition
. Indicates the position of this element in the iterator results.
Functions
§
with_
position
Create a new
WithPosition
iterator.