I would be afraid that without an entry in the manual, people won't know the functions exist, even if the docstrings are enough to explain what they do. Noah On Tue, Mar 26, 2013 at 6:40 AM, Nala Ginrut wrote: > 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! >