Module range
Traits
- RangeInclusiveIteratorImpl
-
RangeIteratorImpl
Specialization implementations for
Range. - Step Objects that have a notion of successor and predecessor operations.
Macros
- range_exact_iter_impl
- range_incl_exact_iter_impl
- step_identical_methods
- step_integer_impls
- step_nonzero_identical_methods
- step_nonzero_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
Copyand result in ranges which have an exactsize_hint()where the upper bound must not beNone.