Feature gate: #![feature(slice_swap_unchecked)]
This is a tracking issue for slice::swap_unchecked, an unsafe version of slice::swap that does not do bounds checking.
Public API
impl<T> [T] {
pub const unsafe fn swap_unchecked(&mut self, a: usize, b: usize);
}
Steps / History
Unresolved Questions
Feature gate:
#![feature(slice_swap_unchecked)]This is a tracking issue for
slice::swap_unchecked, an unsafe version ofslice::swapthat does not do bounds checking.Public API
Steps / History
slice::swap_unchecked#88540slice::swap: Revert implementation ofslice::swap#94342.Unresolved Questions