Predicate that checks for the existence of one or more gaps in an 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 gap exists in the array
See Implementation
Predicate that checks for the existence of one or more gaps in an array of Range!T.
It is assumed that the array is already sorted. All empty ranges are ignored.