Function statistical::univariate::mode [] [src]

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