Function core::cmp::minStable [-]  [+] [src]

pub fn min<T: Ord>(v1: T, v2: T) -> T

Compare and return the minimum of two values.