iterator/continuation_iterator

A ContinuationIterator iterates through a container using continuations. This will generally perform better on larger data structures. The data structure must have an each() iterator (or an equivalent, if the ContinuationIterator is initialized with a different symbol).

class ContinuationIterator < Object

Requires

hacks/safe_send