Function na::partial_le

source ·
pub fn partial_le<T>(a: &T, b: &T) -> boolwhere
    T: PartialOrd<T>,
Expand description

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