[][src]Function arctk::ord::sort::mode

#[must_use]pub fn mode<T: Clone + Eq + Hash>(numbers: &[T]) -> Option<T>

Get the mode of a slice.