Structs

  • An stream that repeats elements of type A endlessly by applying the provided closure F: FnMut() -> A.

Functions

  • Creates a new stream that repeats elements of type A endlessly by applying the provided closure, the repeater, F: FnMut() -> A.