This is a first attempt to iterate over hashes. The hash is scanned linearly, until the given integer index is found.
Is there a better way to locate the next entry, either by an integer idx or by a key or some other means?
leo
This is a first attempt to iterate over hashes. The hash is scanned linearly, until the given integer index is found.