itertools
0.13.0
Module repeatn
Module Items
Structs
Functions
In crate itertools
itertools
Module
repeatn
Copy item path
Source
Structs
§
RepeatN
An iterator that produces
n
repetitions of an element.
Functions
§
repeat_
n
Create an iterator that produces
n
repetitions of
element
.