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