Crate repeat_finite

Source
Expand description

It is like repeat, but, you know, finite

Structs§

RepeatFinite
An iterator that repeats an element a finite amount of times.

Functions§

repeat_finite
Creates a new iterator that finitely repeats a single element.