Skip to content

Tracking Issue for *mut [T]::split_at_mut #95595

Open
@the8472

Description

@the8472

The feature gate for the issue is #![feature(raw_slice_split)].

This is a tracking issue for the split_at_mut method on raw slice pointers

Public API

impl<T> *mut [T] {
   pub unsafe fn split_at_mut(self, mid: usize) -> (*mut [T], *mut [T]);

   pub unsafe fn split_at_mut_unchecked(self, mid: usize) -> (*mut [T], *mut [T]);
}

Steps / History

Unresolved Questions

  • None yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-raw-pointersArea: raw pointers, MaybeUninit, NonNullA-sliceArea: `[T]`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