Function jumpy::core::physics::rapier::nalgebra::partial_min

source ยท
pub fn partial_min<'a, T>(a: &'a T, b: &'a T) -> Option<&'a T>
where T: PartialOrd,
Expand description

Return the minimum of a and b if they are comparable.