Function nalgebra::partial_lt [] [src]

pub fn partial_lt<T: POrd>(a: &T, b: &T) -> bool

Returns true iff a and b are comparable and a < b.