ContinuousIntervals: [...number[], number | undefined]

represents continuous intervals at which slices should be performed by sliceContinuous.
if the final entry/element is undefined, it would indicate an open end towards infinity (ie till end of array).

Generated using TypeDoc