mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
6a6c644016
Stablize {HashMap,BTreeMap}::into_{keys,values}
I would propose to stabilize `{HashMap,BTreeMap}::into_{keys,values}`( aka. `map_into_keys_values`).
Closes #75294.