Module itertools::with_position
source · Structs§
- An iterator adaptor that wraps each element in an
Position
.
Enums§
- The first component of the value yielded by
WithPosition
. Indicates the position of this element in the iterator results.
Functions§
- Create a new
WithPosition
iterator.