[][src]Function simple_ml::how_many_and_where

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