pub const fn repeat<T: Clone>(item: T) -> Repeat<T>
Creates Repeat<T> non-empty iterator that repeats the given item endlessly.
Repeat<T>