Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/
Dgrouping_map.rs12 pub struct MapForGrouping<I, F>(I, F); struct
14 impl<I, F> MapForGrouping<I, F> { impl
20 impl<K, V, I, F> Iterator for MapForGrouping<I, F> implementation