Function excl_classify

Source
pub fn excl_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 exclusive.