pub fn repeat_times<T>(item: T, times: usize) -> Repeat<T>where T: Clone,
repeat_times - create limited repeat iterator