Function repeat

Source
pub fn repeat<O>(item: O) -> RS2Stream<O>
where O: Clone + Send + 'static,
Expand description

Repeat a value indefinitely