Function na::partial_lt

source · []
pub fn partial_lt<T>(a: &T, b: &T) -> bool where
    T: PartialOrd<T>, 
Expand description

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