Skip to main content

Module iter

Module iter 

Source

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 Copy and result in ranges which have an exact size_hint() where the upper bound must not be None.

Structsยง

RangeInclusiveIter
By-value RangeInclusive iterator.
RangeFromIterExperimental
By-value RangeFrom iterator.
RangeIterExperimental
By-value Range iterator.