mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
91dc77d3cf
PR: ports/107570 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
This module provides a round roubin object implementation. It is similar
|
|
to an iterator, only the internal counter is reset to the begining
|
|
whenever it reaches the end. It might also be considered as a circular
|
|
iterator.
|
|
|
|
WWW: http://search.cpan.org/dist/Data-RoundRobin/
|