Class Subspace :: sus :: ops :: RangeTo
A range only bounded exclusively above (..end
).
The RangeTo ..end
contains all values with x < end
. It cannot serve as
an Iterator because it doesn't have a starting point.
A RangeTo"..end"_r
.
Methods
Returns true if item
is contained in the range.
Part of the sus::ops::RangeBounds
Return a new Range that still has no start and ends at t
.
Returns the end of the RangeBounds, exclusive of its own value.
Part of the sus::ops::RangeBounds
Return a new Range that starts at t
and ends where the original Range
did.
Returns None
for the beginning of the RangeBounds.
Part of the sus::ops::RangeBounds