itertools
0.13.0
Module repeatn
Structs
Functions
In crate itertools
Module
itertools
::
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
.