Function fast_find::find_in_4[][src]

pub fn find_in_4(needle: u8, haystack: &[u8; 4], len: usize) -> Option<usize>

Returns the index of the first element in the haystack that matches needle, up-to len, or None