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.
Footnotes
Metadata
Metadata
Assignees
Labels
Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.In the final comment period and will be merged soon unless new substantive objections are raised.