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 exactsize_hint()
where the upper bound must not beNone
.
Traitsยง
- Range
Inclusive ๐Iterator Impl - Range
Iterator ๐Impl - Specialization implementations for
Range
. - Step
Experimental - Objects that have a notion of successor and predecessor operations.