-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Feature gate: #![feature(slice_iter_mut_as_mut_slice)]
This is a tracking issue for core::slice::IterMut::as_mut_slice
Public API
// core::slice
impl<T> IterMut<'_, T> {
pub fn as_mut_slice(&mut self) -> &mut [T]
}
impl<T> AsMut<[T]> for IterMut<'_, T>;
Steps / History
- Implementation: Implement
core::slice::IterMut::as_mut_slice
andimpl<T> AsMut<[T]> for IterMut<'_, T>
#93080 - Final comment period (FCP)
- Stabilization PR
Unresolved Questions
- None yet.
g2p, marcospb19, tuguzT, recatek, prokopyl and 1 morebjoernager
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.