Function na::min[][src]

pub fn min<T>(a: T, b: T) -> T where
    T: Ord

Same as cmp::min.