Function ggez::graphics::na::max [] [src]

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

Same as cmp::max.