Function nalgebra::partial_le [] [src]

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

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