rust/library/core/src/slice
Alona Enraght-Moony 1b9d7eab7a Mark core::slice::memchr as #[doc(hidden)]
It's purely internal, and not intended to be a public API, even on
nightly. This stops it showing up and being misleading in rustdoc
search.

It also mirrors the (also internal) `core::slice::sort` module.
2025-06-09 20:03:21 +00:00
..
iter rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
sort Rename cfg_match! to cfg_select! 2025-05-20 21:16:23 +00:00
ascii.rs Stabilize const_eq_ignore_ascii_case 2025-06-05 07:09:16 +00:00
cmp.rs Extend the chaining logic to slices too 2025-04-12 22:10:17 -07:00
index.rs Remove bootstrap cfgs from library/ 2025-06-02 10:19:58 -07:00
iter.rs Stabilize slice_as_chunks library feature 2025-04-10 21:07:09 -07:00
memchr.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
mod.rs Mark core::slice::memchr as #[doc(hidden)] 2025-06-09 20:03:21 +00:00
raw.rs terminology: allocated object → allocation 2025-05-31 22:49:14 +02:00
rotate.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00