emiltayl/hashtable

Make it possible to store things to keys

Closed this issue · 0 comments

Currently you can only look up whether a key has been set in the hash table, but you should be able to make keys point to other data without changing hashtable's code.