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