The lower bound of the range (inclusive).
The upper bound of the range (inclusive).
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
Will throw
RangeError
if one of the bounds isNaN
or+-Infinity
.