pub fn vec_max<T: Ord + Clone>(v: &[T]) -> Option<T>
Return the maximum element of a non-empty slice, or None.
None