15 PLT 3x hash utilities
Useful hash utilities. These procedures are compatible with the PLT 3 / mzscheme language procedure names for hashes.
Creates a hash table from the supplied data. The result has strong keys and uses equal? as a key comparison function.
Returns #t if key is stored in hash, #f otherwise.
Returns a (randomly ordered) list of the keys stored in hash.