Function na::min

source · []
pub fn min<T>(a: T, b: T) -> T where
    T: Ord
Expand description

Same as cmp::min.