Function fast_find::find_in_16[][src]

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

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