pub fn repeat<T>(value: T) -> Repeat<T>where T: Clone,
Creates an iterable which yields the same value infinitely many times.