๐ฌThis is a nightly-only experimental API. (
new_range_api
#125687)Macrosยง
- range_
exact_ ๐iter_ impl Experimental - range_
incl_ ๐exact_ iter_ impl Experimental - unsafe_
range_ ๐trusted_ random_ access_ impl Experimental - Safety: This macro must only be used on types that are
Copy
and result in ranges which have an exactsize_hint()
where the upper bound must not beNone
.
Structsยง
- Iter
Range Experimental - By-value
Range
iterator. - Iter
Range From Experimental - By-value
RangeFrom
iterator. - Iter
Range Inclusive Experimental - By-value
RangeInclusive
iterator.