Function bevy_rapier2d::prelude::nalgebra::max[][src]

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

Same as cmp::max.