You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If arbitrary_self_types (Arbitrary self types v2 rfcs#3519) is accepted, these methods may be changed to have a *(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.
Feature gate:
#![feature(array_ptr_get)]This is a tracking issue for
as_(mut_)ptrandas_(mut_)slicemethods on raw array pointers, i.e.*(const/mut) [T; N].See also:
Public API
Steps / History
Unresolved Questions
*(const/mut) Selfreceiver. 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 ↩