Skip to main content

ordering_max

Function ordering_max 

Source
pub fn ordering_max<T: Ord + Clone>(a: T, b: T) -> T
Expand description

Return the maximum of two values according to Ordering.