rust/library/core/src/slice
2022-03-12 16:43:38 -08:00
..
iter #[inline] slice::advance_by 2021-08-03 21:32:36 +02:00
ascii.rs Rollup merge of #93686 - dbrgn:trim-on-byte-slices, r=joshtriplett 2022-02-20 00:37:23 +01:00
cmp.rs Make [u8]::cmp implementation branchless 2022-02-14 23:16:35 +01:00
index.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
iter.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
memchr.rs Add #[must_use] to expensive computations 2021-10-12 23:27:17 -04:00
mod.rs Use reduce_sum in as_simd example 2022-03-12 16:43:38 -08:00
raw.rs add slice::{from_ptr_range, from_mut_ptr_range} 2022-02-27 16:53:26 -05:00
rotate.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
sort.rs core: Remove some redundant {}s from the sorting code 2022-01-30 18:32:24 +01:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00