Crate itermap

Source
Expand description

Tools for Iterators over maps (HashMap, BTreeMap, etc), or any two-element tuple (like (K, V)).

Just import IterMap to get extra methods on iterators. See that trait for more documentation and examples.

Traitsยง

IterMap
Adds additional methods for Iterators over maps (e.g., HashMap, BTreeMap, etc.) and other two-element tuples (like (K, V)).