Function na::partial_lt [−][src]
pub fn partial_lt<T>(a: &T, b: &T) -> bool where
T: PartialOrd<T>,
Returns true
iff a
and b
are comparable and a < b
.
pub fn partial_lt<T>(a: &T, b: &T) -> bool where
T: PartialOrd<T>,
Returns true
iff a
and b
are comparable and a < b
.