Returns true if item is contained in the range.
true
item
Will throw RangeError if one of the bounds is NaN.
RangeError
The searched value
Returns the bounds of a Range
Returns true if the range contains no items.
Returns true if the Range is exhaustive.
Range
Returns true if the Range includes the end.
Generated using TypeDoc
Returns
true
ifitem
is contained in the range.Will throw
RangeError
if one of the bounds is NaN.