Function jumpy::core::physics::collisions::rapier::nalgebra::partial_lt
source ยท pub fn partial_lt<T>(a: &T, b: &T) -> boolwhere
T: PartialOrd,
Expand description
Returns true
iff a
and b
are comparable and a < b
.