Creates a new interval with given borders.
The parameter min must be smaller or equal than max for the interval to work properly.
Source
Interval(this.min, this.max): this._emptySet = false;
Creates a new interval with given borders.
The parameter min must be smaller or equal than max for the interval to work properly.
Interval(this.min, this.max): this._emptySet = false;