[][src]Function na::max

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

Same as cmp::max.