Function itertools::groupbylazy::new

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

Create a new