pub fn incl_classify<T: PartialOrd>(
a_start: T,
a_end: T,
b_start: T,
b_end: T,
) -> RangeOverlap
Expand description
Classify the kind of overlap between two fully closed ranges with the ends considered inclusive.
pub fn incl_classify<T: PartialOrd>(
a_start: T,
a_end: T,
b_start: T,
b_end: T,
) -> RangeOverlap
Classify the kind of overlap between two fully closed ranges with the ends considered inclusive.