Open
Description
Feature gate: #![feature(const_slice_reverse)]
This is a tracking issue for using <[T]>::reverse
in const
.
Public API
impl<T> [T] {
pub const fn reverse(&mut self);
}
Steps / History
- Implementation: Mark
slice::reverse
unstably const #135121 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.