mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
b1c33f4f09
Add `as_array` and `as_mut_array` conversion methods to slices. Tracking issue: #133508 This PR unstably implements the `as_array` and `as_mut_array` converters to `[T]`, `*const [T]`, and `*mut [T]`.