HashValueIter - mfichman/jogo GitHub Wiki
Iterates over all the values in the hash. The values may be returned by this iterator in any order.
@init(coll Hash[:k,:v])
more?() Bool
Returns true if there are more values in the iteration
next() :v
Returns the next value in the iteration.
reset()
Resets the iterator to point to the beginning of the collection.
iter() HashValueIter[:k,:v]
@destroy()
No comment