Structs§
- Repeat
With - An iterator that repeats elements of type
A
endlessly by applying the provided closureF: FnMut() -> A
.
Functions§
- repeat_
with - Creates a new iterator that repeats elements of type
A
endlessly by applying the provided closure, the repeater,F: FnMut() -> A
.