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

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