Module iter

Source
๐Ÿ”ฌ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 exact size_hint() where the upper bound must not be None.

Structsยง

IterRangeExperimental
By-value Range iterator.
IterRangeFromExperimental
By-value RangeFrom iterator.
IterRangeInclusiveExperimental
By-value RangeInclusive iterator.