rust/library/core
Trevor Spiteri b46b05d1d2 Stabilize const slice::split_at
This stabilizes the use of the following method in const context:

    impl<T> [T] {
        pub const fn split_at(&self, mid: usize) -> (&[T], &[T]);
    }
2023-02-20 17:06:44 +01:00
..
benches Shrink size of array benchmarks 2023-02-14 05:01:24 +00:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Stabilize const slice::split_at 2023-02-20 17:06:44 +01:00
tests Auto merge of #107634 - scottmcm:array-drain, r=thomcc 2023-02-13 10:18:48 +00:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00