Comparison operator that determines if given ranges are consecutive with one another.
first range
second range
true iff range1 is consecutive with range2
true
range1
range2
Both parameters are assumed to be ordered arrays.
Note: This operator is commutative.
Comparison operator that determines if given ranges are consecutive with one another.