mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 12:36:45 +00:00
Stabilize slice_partition_at_index This stabilizes slice_partition_at_index, including renaming `partition_at_index*` -> `select_nth_unstable*`. Closes #55300 r? `@Amanieu`