mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 06:59:15 +00:00
Stablize {HashMap,BTreeMap}::into_{keys,values}
I would propose to stabilize `{HashMap,BTreeMap}::into_{keys,values}`( aka. `map_into_keys_values`).
Closes #75294.