find_index

Function find_index 

Source
pub fn find_index<T: PartialEq, const N: usize>(
    vec: &Vec<T, N>,
    item: &T,
) -> Option<usize>
Expand description

Find the index of an item in a heapless vector