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

Compares and returns the minimum of two values, using partial ordering.