Function repeatn
fn repeatn<T: Clone + Send>(elt: T, n: usize) -> RepeatN<T>
Creates a parallel iterator that produces n repeats of elt
(by cloning it).
Examples
use *;
use repeatn;
let x: = repeatn.zip.collect;
assert_eq!;