7 Additional Extensions to Common Lisp

7.6 Hash table extensions

The following constructs in Liquid Common Lisp pertain to hash tables:

hash-table-rehash-size
hash-table-rehash-threshold
hash-table-size
hash-table-test
rehash

The functionshash-table-rehash-size,hash-table-rehash-threshold, hash-table-size, andhash-table-test provide access to the components specified by the Common Lisp functionmake-hash-table. The functionrehash modifies the size of a hash table or redistributes hash table keys over the range of index values.

7.6.1 - Additional keyword argument for make-hash-table
7.6.2 - Reference pages

The Advanced User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker