rust/library/core
Manish Goregaokar 70d82e0a6e
Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplett
Partially stabilize `array_methods`

This stabilizes `<[T; N]>::as_slice` and `<[T; N]>::as_mut_slice`, which is forms part of the `array_methods` feature: #76118.

This also makes `<[T; N]>::as_slice` const due to its trivial nature.
2021-10-03 23:13:19 -07:00
..
benches
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplett 2021-10-03 23:13:19 -07:00
tests Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=joshtriplett 2021-10-03 23:13:16 -07:00
Cargo.toml