Module core::iter::sources::repeat_with
source · Structs
- An iterator that repeats elements of type
Aendlessly by applying the provided closureF: FnMut() -> A.
Functions
- Creates a new iterator that repeats elements of type
Aendlessly by applying the provided closure, the repeater,F: FnMut() -> A.