Skip to main content

range_relation

Function range_relation 

Source
pub fn range_relation<T, R: GetBeginEnd<T>, N: GetBeginEnd<T>, C: CpCmp<T>>(
    a: &R,
    b: &N,
    t: &C,
) -> RangeRelation<()>
Expand description

Compares the positional relationship between a and b.