pub fn mint<T>(v: &[T]) -> T where
    T: PartialOrd<T> + Copy
Expand description

Minimum value T of slice &[T]