pub fn memchr2_iter(needle1: u8, needle2: u8, haystack: &[u8]) -> Memchr2<'_> ⓘ
An iterator over all occurrences of the needles in a haystack.