pub fn ordering_max<T: Ord + Clone>(a: T, b: T) -> T
Return the maximum of two values according to Ordering.
Ordering