The upper bound of the range (exclusive).
Returns true
if item
is contained in the range.
The searched value
Returns the bounds of a Range
Returns true
if the range contains no items.
Returns true
if the Range
is exhaustive.
Returns true
if the Range
includes the end.
Generated using TypeDoc
A range only bounded exclusively above (
..end
).The
RangeToExpr
..end
contains all values withx < end
. It cannot serve as an Iterator because it doesn't have a starting point.