Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/
Dgroupbylazy.rs465 pub struct IntoChunks<I> struct
475 impl<I> IntoChunks<I> argument
489 impl<'a, I> IntoIterator for &'a IntoChunks<I> implementation