Cycles an iterable infinitely.
In order to support iterables that can only be iterated over once, an internal copy of each item in the iterable is saved.
type of the item
the iterable to cycle
Cycles an iterable infinitely.
In order to support iterables that can only be iterated over once, an internal copy of each item in the iterable is saved.