Function max

Source
pub fn max<T>(a: T, b: T) -> T
where T: Ord,
Expand description

Same as cmp::max.