Added three helper functions, they're so explicit that don't need any docs in the manual I think. Docstring is enough. * hash-items: get the amount of items in the hash table * hash-size: return the size of hash table * hash-keys: return all the keys of hash table as a list Thanks!