rust/library/core
Yuki Okushi 77d568344f
Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-se
Partially stabilize `const_slice_first_last`

This stabilizes the non-`mut` methods of `const_slice_first_last` as `const`. These methods are trivial to implement and have no blockers that I am aware of.

`@rustbot` label +A-const-fn +S-waiting-on-review +T-libs-api
2021-08-02 11:03:21 +09:00
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-se 2021-08-02 11:03:21 +09:00
tests Add tests 2021-07-22 22:05:41 +02:00
Cargo.toml