Skip to content
Matt Fichman edited this page Dec 20, 2012 · 11 revisions

Iterates over all the keys in the hash. The values may be returned by this iterator in any order.

@init(coll Hash[:k,:v])

Returns true if there are more values in the iteration

next() :k

Returns the next key in the iteration.

Resets the iterator to point to the beginning of the collection.

No comment