Skip to main content
Trait for turning collection of values into an iterator over a specific range.

Signature

Trait functions

into_iter_range

Creates an iterator over a range from a collection.

Signature

into_iter_full_range

Creates an iterator over the full range of a collection.

Signature

Trait types

IntoIter

Signature