Subtracts two intervals
Interval.subtract( Interval(0, 1), Interval(1, 2),) // Interval(prev(-2), next(0))
Generated using TypeDoc
Subtracts two intervals
Example
Returns