Crate multi_mut

Source

Structs§

BTreeMapMultiMutIter
BTreeMapMutWrapper
HashMapMultiMutIter
HashMapMutWrapper

Traits§

BTreeMapMultiMut
Endows HashMap with extension methods that help getting multiple mutable references to the values contained in it. Runtime-checking is done to ensure that this is safe: the returned mutable references are guaranteed not to alias.
HashMapMultiMut
Endows HashMap with extension methods that help getting multiple mutable references to the values contained in it. Runtime-checking is done to ensure that this is safe: the returned mutable references are guaranteed not to alias.