Function itertools::groupbylazy::new

source ยท
pub fn new<K, J, F>(iter: J, f: F) -> ChunkBy<K, J::IntoIter, F>
where J: IntoIterator, F: FnMut(&J::Item) -> K,
Expand description

Create a new