Skip to content

Tracking Issue for core::slice::IterMut::as_mut_slice and impl<T> AsMut<[T]> for IterMut<'_, T> #93079

Open
@SkiFire13

Description

@SkiFire13

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

Unresolved Questions

  • None yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions