Module lrs::iter

Iterators

Types

KindNameDescription
Struct Empty

An iterator that yields no values.

Trait IntoIterator

Objects that can be turned into iterators.

Trait Iterator

Objects that can be iterated over.

Trait IteratorExt

Extensions for the Iterator trait.

Struct Map

An iterator that wraps another iterator and applies a function to every element before yielding it.

Struct Repeat

An iterator that yields the same value indefinitely.

Functions

NameDescription
repeat

Returns an iterator which yields a value indefinitely.