Open
Description
Add the const
specifier to <[T; N]>::as_mut_slice
.
Public API
impl<T, const N: usize> {
pub const fn as_mut_slice(&mut self) -> &mut [T];
}
Steps / History
- Implementation: Mark
<[T; N]>::as_mut_slice
with theconst
specifier. #133332 - Final comment period (FCP)
- Stabilization PR: Stabilize
<[T; N]>::as_mut_slice
asconst
#140066
Unresolved Questions
- None yet.