pub fn partial_le<T: PartialOrd>(a: &T, b: &T) -> bool
Returns true iff a and b are comparable and a <= b.
true
a
b
a <= b