Interval(num min, num max)

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;