7 Additional Extensions to Common Lisp
hash-table-rehash-size hash-table-rehash-threshold hash-table-size hash-table-test rehashThe functions
hash-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.Generated with Harlequin WebMaker