[][src]Function simple_ml::how_many_and_where_vector

pub fn how_many_and_where_vector<T>(list: &Vec<T>, number: T) -> Vec<usize> where
    T: PartialEq + Debug + Copy