[][src]Function na::min

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

Same as cmp::min.