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.
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.