Growable hash table
Simple hash table that can store arbitrary objects associated with string names.
API Quick Tour
To create a hash table:
To free the table:
To add a name and value to the hash:
To lookup a name, use:
To remove a name, use:
To iterate over hashed names: