Create a new CircularIntervalSet with the given lower and upperBound (start and end).
The intervals inside lower and upper bound will initially be added to this set (full range).
clear
CircularIntervalSet
Readonly
endend
CircularIntervalSet
intervals
CircularIntervalSet
Readonly
startstart
CircularIntervalSet
Classdesc
A circular interval set.
Author
Ikaros Kappler
Date
2020-10-02
Modified
2020-10-18 Ported to Typescript from vanilla JS.
Modified
2020-10-22 Added the removeAt funcion.
Version
1.0.1
Name
CircularIntervalSet