Function max

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

Returns the greater of the two given values.