Creates a new interval with identical borders.
Source
IntervalLiteral.fromSingle(Expression exp): this.min = exp, this.max = exp;
Creates a new interval with identical borders.
IntervalLiteral.fromSingle(Expression exp): this.min = exp, this.max = exp;