Function simple_stats::mode [] [src]

pub fn mode<T>(v: &[T]) -> Option<T> where
    T: Hash + Copy + Eq