Function jumpy::core::physics::rapier::nalgebra::max

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

Same as cmp::max.