You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions edited this page Mar 31, 2026
·
2 revisions
An iterator that enables repeated iteration over a finite subset of an infinite iterator.
This iterator wraps an Iterator and applies a LimitIterator over an InfiniteIterator,
allowing a limited number of repeated iterations without modifying the underlying iterator.
It also implements Countable to return the number of elements available in the limited iteration.
Usage Example:
Full name: \FastForward\Iterator\RepeatableIteratorIterator