orx_iterable::sources

Function repeat

Source
pub fn repeat<T>(value: T) -> Repeat<T>
where T: Clone,
Expand description

Creates an iterable which yields the same value infinitely many times.