rust/library/core
Sebastian Dröge 30dc32b10e Add (non-public) slice::split_at_unchecked() and split_at_mut_unchecked()
These are unsafe variants of the non-unchecked functions and don't do
any bounds checking.

For the time being these are not public and only a preparation for the
following commit. Making it public and stabilization can follow later
and be discussed in https://github.com/rust-lang/rust/issues/76014 .
2020-08-30 23:13:46 +03:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Add (non-public) slice::split_at_unchecked() and split_at_mut_unchecked() 2020-08-30 23:13:46 +03:00
tests Stabilize Range[Inclusive]::is_empty 2020-08-24 13:20:25 -07:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00