pub fn max<T>(a: T, b: T) -> Twhere
T: Copy + PartialOrd,Expand description
Return the maximum of two values.
a,bthe values.
returns the maximum of two values.
pub fn max<T>(a: T, b: T) -> Twhere
T: Copy + PartialOrd,Return the maximum of two values.
a, b the values.returns the maximum of two values.