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