Type Definition idmap::ordered::IterMut[][src]

pub type IterMut<'a, K, V> = IterMut<'a, K, V, DenseEntryTable<K, V>>;
Expand description

An mutable iterator over the entries of an OrderedIdMap