gaps

abstract fun gaps(): Int

The number of gaps within the current interval

Note that this returns the number of gaps between the immediate sub-intervals of this interval, and does not include the gaps inside those sub-intervals.

Should not be called before [nextInterval], or after it has returned [NO_MORE_INTERVALS]