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