Previous: Defining Hash, Up: Hash Tables
Here are some other functions for working with hash tables.
This function creates and returns a copy of table. Only the table itself is copied—the keys and values are shared.
This returns the test value that was given when table was created, to specify how to hash and compare keys. See
make-hash-table
(see Creating Hash).