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

Maximum value T of slice &[T]