Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
Changes for version 0.08 - 2012-03-28
- peek(), look_back(), has_next(), has_previous() now accept optional integer argument for arbitrary lookup, e.g. peek(2) looks at the next next item, peek(1) is the same as peek() (implemented by Alexey Surikov, github#2).
Modules
A subclass of Array::Iterator to allow forwards and backwards iteration
A subclass of Array::Iterator to allow circular iteration
A subclass of Array::Iterator to allow reuse of iterators