Function memx::memnechr_qpl

source ·
pub fn memnechr_qpl(
    buf: &[u8],
    by1: u8,
    by2: u8,
    by3: u8,
    by4: u8
) -> Option<usize>
Expand description

This is same as buf.iter().position(|&x| x != by1 && x != by2 && x != by3 && x != by4), not included libc.