Skip to content

Tracking Issue for const_array_as_mut_slice #133333

Open
@bjoernager

Description

@bjoernager

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

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