mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
500d6f6479
This stabilizes all methods under `slice_first_last_chunk`. Additionally, it const stabilizes the non-mut functions and moves the `_mut` functions under `const_slice_first_last_chunk`. These are blocked on `const_mut_refs`. As part of this change, `slice_split_at_unchecked` was marked const-stable for internal use (but not fully stable). |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |