Represents an immutable half-open interval.
PS2 instructions: do NOT change this class.
Make an interval [start, end).
low end of the interval, inclusive
high end of the interval, exclusive, must be greater than start
Readonly
Represents an immutable half-open interval.
PS2 instructions: do NOT change this class.