Searched defs:first_index (Results 1 – 4 of 4) sorted by relevance
11 fn first_index(bits: &Self) -> Option<usize>; in first_index() method260 fn first_index(&self) -> Option<usize>; in first_index() method
64 fn first_index(&self) -> Option<usize> { in first_index() function
53 fn first_index(&self) -> Option<usize> { in first_index() method
61 pub(crate) fn first_index(&self, data: &[T]) -> Option<usize> { in first_index() method