Tracking Issue for raw array getters (array_ptr_get) #119834
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(array_ptr_get)]
This is a tracking issue for
as_(mut_)ptr
andas_(mut_)slice
methods on raw array pointers, i.e.*(const/mut) [T; N]
.See also:
Public API
Steps / History
Unresolved Questions
*(const/mut) Self
receiver. Also, if a deref-like coercion mechanism is added (specifically,*[T; N]
->*[T]
, similar to the non-raw counterparts), these methods might become redundant.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: