aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-RoundRobin/pkg-descr
blob: 69419986d81daebc0a7b08dec7ec994c6f1ac5cb (plain) (blame)
1
2
3
4
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.