F * cycle(iterable: Iterable): IterableIterator
Cycles through the input iterable.
F * ncycle(iterable: Iterable, n: Number): Iterator
Same as cycle but only cycles a limited number of times.