IterableCycle<E> extension

on

Methods

cycle([int? n]) Iterable<E>

Available on Iterable<E>, provided by the IterableCycle extension

Returns a new lazy Iterable which iterates over this collection n times.