Searched refs:with_position (Results 1 – 4 of 4) sorted by relevance
24 pub fn with_position<I>(iter: I) -> WithPosition<I> in with_position() function
152 pub use crate::with_position::WithPosition;177 pub use crate::with_position::Position;233 mod with_position; module1498 fn with_position(self) -> WithPosition<Self> in with_position() method1501 with_position::with_position(self) in with_position()
1073 exact_size_for_this(a.iter().with_position())1076 exact_size_for_this(a.with_position())
146 - Add iterator adaptor `.with_position()`