๐ฌ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
Copyand result in ranges which have an exactsize_hint()where the upper bound must not beNone.
Structsยง
- Iter
Range Experimental - By-value
Rangeiterator. - Iter
Range From Experimental - By-value
RangeFromiterator. - Iter
Range Inclusive Experimental - By-value
RangeInclusiveiterator.