Function nalgebra::partial_gt
[−]
[src]
pub fn partial_gt<T: PartialOrder>(a: &T, b: &T) -> bool
Returns true
iff a
and b
are comparable and a > b
.