1d356624a1
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 |
||
---|---|---|
.. | ||
bench.rs | ||
map.rs | ||
mod.rs | ||
set.rs | ||
table.rs |