Function pixel_game_lib::partial_max 
source · pub fn partial_max<T>(a: T, b: T) -> Twhere
    T: PartialOrd,Expand description
Re-export vek types. Compares and returns the maximum of two values, using partial ordering.
pub fn partial_max<T>(a: T, b: T) -> Twhere
    T: PartialOrd,Re-export vek types. Compares and returns the maximum of two values, using partial ordering.