Predicate that checks for the existence of overlaps in array of Range!T.
It is assumed that the array is already sorted. All empty ranges are ignored.
a sorted array of Range!T to be checked
true if at least one overlap exists in the array
See Implementation
Predicate that checks for the existence of overlaps in array of Range!T.
It is assumed that the array is already sorted. All empty ranges are ignored.