Create a cycle of an iterator such that when finished with one run, start the
same sequence over.
Note that the items are internally buffered, which might be problematic for
long iterators (especially infinite ones). Consider using repeat or
flatRepeat if you can.
Create a cycle of an iterator such that when finished with one run, start the same sequence over.
Note that the items are internally buffered, which might be problematic for long iterators (especially infinite ones). Consider using repeat or flatRepeat if you can.
See also: