Tracking Issue for *mut [T]::split_at_mut
#95595
Labels
A-raw-pointers
Area: raw pointers, MaybeUninit, NonNull
A-slice
Area: `[T]`
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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 pointersPublic API
Steps / History
*mut [T]
methods #95594Unresolved Questions
The text was updated successfully, but these errors were encountered: