Cycle indefinitely over a collection of items. NOTE: Be careful when using all() after calling cycle() as this
will exhaust all available memory trying to convert an infinite
collection. Make sure to call limit() after cycle() before
outputting the items.
Cycle indefinitely over a collection of items. NOTE: Be careful when using all() after calling cycle() as this
will exhaust all available memory trying to convert an infinite
collection. Make sure to call limit() after cycle() before
outputting the items.