Function max2

Source
pub fn max2<'a, 'b, 'c, T>(a: &'a T, b: &'b T) -> &'c T
where T: PartialOrd, 'a: 'c, 'b: 'c,
Expand description

Returns the maximum of two values.