[][src]Function statistical::mode

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