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

pub fn partial_le<T>(a: &T, b: &T) -> bool where
    T: PartialOrd<T>, 

Returns true iff a and b are comparable and a <= b.