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