pub fn partial_min<T>(a: T, b: T) -> Twhere
T: PartialOrd,Expand description
Compares and returns the minimum of two values, using partial ordering.
pub fn partial_min<T>(a: T, b: T) -> Twhere
T: PartialOrd,Compares and returns the minimum of two values, using partial ordering.