pub const fn memchr(x: u8, text: &[u8]) -> Option<usize> ⓘ
🔬This is a nightly-only experimental API. (
slice_internals
)Available on crate feature
dep_bytemuck
only.Expand description
Returns the first index matching the byte x
in text
.