pub fn find_index<T: PartialEq, const N: usize>( vec: &Vec<T, N>, item: &T, ) -> Option<usize>
Find the index of an item in a heapless vector