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

Iterates over all the key-value pairs in a hash. The pairs may be returned by this iterator in any order.

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

Initializes the iterator. The iterator will iterate over the items in 'coll'.

Returns true if there are more values in the iteration

Returns the next key in the iteration.

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

No comment

Clone this wiki locally