Function rin::math::max[][src]

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

Same as cmp::max.