Module range

Source

Macrosยง

range_exact_iter_impl ๐Ÿ”’
range_incl_exact_iter_impl ๐Ÿ”’
step_identical_methods ๐Ÿ”’
step_integer_impls ๐Ÿ”’
step_signed_methods ๐Ÿ”’
step_unsigned_methods ๐Ÿ”’
unsafe_impl_trusted_step ๐Ÿ”’
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.

Traitsยง

RangeInclusiveIteratorImpl ๐Ÿ”’
RangeIteratorImpl ๐Ÿ”’
Specialization implementations for Range.
StepExperimental
Objects that have a notion of successor and predecessor operations.