Open
Description
Feature gate: #![feature(const_slice_index)]
This is a tracking issue for using ranges in index operations and the various methods that take SliceIndex
Public API
const {
let x: &mut [u32] = ...;
let [a, b, c] = x.get_disjoint_mut([5, 12, 99]);
}
Steps / History
(Remember to update the S-tracking-*
label when checking boxes.)
- Implementation: WIP, will be opened soon. Needed this issue to add the id to the new APIs
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.