pub const fn memchr<const host: bool = true>( x: u8, text: &[u8] ) -> Option<usize>
slice_internals
Returns the first index matching the byte x in text.
x
text