first range
second range
true iff range1 overlaps range2 Comparison operator that determines if given ranges overlap with one another.
true
range1
range2
Both parameters are assumed to be ordered arrays.
Overlap is defined to include the case where one range completely contains the other.
Note: This operator is commutative.
first range