This commit deprecates the `_equiv` family of methods on `HashMap` and `HashSet` by instead generalizing the "normal" methods like `get` and `remove` to use the new `std::borrow` infrastructure. [breaking-change] |
||
|---|---|---|
| .. | ||
| bench.rs | ||
| map.rs | ||
| mod.rs | ||
| set.rs | ||
| table.rs | ||