rust/src/libstd/collections/hashmap
Alex Crichton 1d356624a1 collections: Enable IndexMut for some collections
This commit enables implementations of IndexMut for a number of collections,
including Vec, RingBuf, SmallIntMap, TrieMap, TreeMap, and HashMap. At the same
time this deprecates the `get_mut` methods on vectors in favor of using the
indexing notation.

cc #18424
2014-10-30 08:54:30 -07:00
..
bench.rs
map.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
mod.rs implement entry API for HashMap 2014-09-24 21:53:57 -04:00
set.rs Fix spelling mistakes in comments. 2014-10-25 23:11:17 -04:00
table.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00