Function rust_pathtracer::prelude::partial_lt
source · pub fn partial_lt<T>(a: &T, b: &T) -> boolwhere
T: PartialOrd<T>,Expand description
Returns true iff a and b are comparable and a < b.
pub fn partial_lt<T>(a: &T, b: &T) -> boolwhere
T: PartialOrd<T>,Returns true iff a and b are comparable and a < b.