rust/src/libstd/collections
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
..
hashmap collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
lru_cache.rs
mod.rs library-level docs for collections 2014-10-06 23:19:14 -04:00