Function fast_find::find_in_32[][src]

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

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