Macrosยง
- range_
exact_ ๐iter_ impl - range_
incl_ ๐exact_ iter_ impl - unsafe_
range_ ๐trusted_ random_ access_ impl - 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ยง
- Range
Inclusive Iter - By-value
RangeInclusiveiterator. - Range
From Iter Experimental - By-value
RangeFromiterator. - Range
Iter Experimental - By-value
Rangeiterator.