pub fn memchr_iter(needle: u8, haystack: &[u8]) -> Memchr<'_> ⓘ
An iterator over all occurrences of the needle in a haystack.