pub fn incl_classify<T: PartialOrd>(
a_start: T,
a_end: T,
b_start: T,
b_end: T,
) -> RangeOverlapExpand 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,
) -> RangeOverlapClassify the kind of overlap between two fully closed ranges with the ends considered inclusive.