Compute the complement of a set of intervals.
# S4 method for Intervals_virtual
interval_complement(x, check_valid = TRUE)An object of the same class as x, compactly representing the
complement of the intervals described in x.
An "Intervals" or "Intervals_full" object.
Should validObject be called before passing to
compiled code? Also see interval_overlap.