pub fn repeat<T>(item: T) -> RepeatStream<T>where T: Clone,
Returns a stream which infiniately produces a clonable value.