Home
last modified time | relevance | path

Searched defs:peek_nth (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/itertools/src/
Dpeek_nth.rs23 pub fn peek_nth<I>(iterable: I) -> PeekNth<I::IntoIter> in peek_nth() function
65 pub fn peek_nth(&mut self, n: usize) -> Option<&I::Item> { in peek_nth() function
Dlib.rs214 mod peek_nth; module