As I was browsing the source, I noticed that there wasn't any support for iteratable values.
The use case I was thinking of was storing a list containing an arbitrary size of objects and being able to iterate over the Pointer keys as to not pull the whole list of objects into heap memory. Is this something that would of value or aligned with the direction of this project? Thanks, Mark
