pub fn min<T>(a: T, b: T) -> Twhere
    T: Ord,
Expand description

Same as cmp::min.