granite-rust/library/alloc
bors 1facd4a77b Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay
Implement `into_keys` and `into_values` for associative maps

This PR implements `into_keys` and `into_values` for HashMap and BTreeMap types. They are implemented as unstable, under `map_into_keys_values` feature.
Fixes #55214.
r? @dtolnay
2020-08-08 18:15:50 +00:00
..
benches More benchmarks of BTreeMap mutation 2020-08-01 20:23:13 +02:00
src Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay 2020-08-08 18:15:50 +00:00
tests Add unit tests for new BTreeMap::into_{keys,values} methods 2020-08-07 13:13:42 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00