Function itertools::repeat_n
[−]
[src]
pub fn repeat_n<A>(element: A, n: usize) -> RepeatN<A> where A: CloneCreate an iterator that produces n repetitions of element.