Skip to main content

Module iter

Module iter 

Source
Expand description

Iterator utilities

Functionsยง

group_by
Reads a slice of items and groups them using a function over the items.
group_by_iter
Reads a sequence of items and groups them using a function over the items.
group_by_iter_ref
Reads a sequence of items and groups them using a function over the items.