search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
272 B
Text
6 lines
272 B
Text
This module provides a round robin object implementation. It is similar
|
|
to an iterator, only the internal counter is reset to the beginning
|
|
whenever it reaches the end. It might also be considered as a circular
|
|
iterator.
|
|
|
|
WWW: https://metacpan.org/release/Data-RoundRobin
|