%eclent; ]> Hash Tables
C Reference Hash tables C dictionary &ANSI-C-Dict; Lisp symbol C function clrhash cl_object cl_clrhash(cl_object hash_table) gethash cl_object cl_gethash(cl_narg narg, cl_object key, cl_object hash_table, ...) hash-table-count cl_object cl_hash_table_count(cl_object hash_table) hash-table-p cl_object cl_hash_table_p(cl_object hash_table) hash-table-rehash-size cl_object cl_hash_table_rehash_size(cl_object hash_table) hash-table-rehash-threshold cl_object cl_hash_table_rehash_thresholdy(cl_object hash_table) hash-table-size cl_object cl_hash_table_size(cl_object hash_table) hash-table-test cl_object cl_hash_table_test(cl_object hash_table) make-hash-table cl_object cl_make_hash_table(cl_narg narg, ...) maphash cl_object cl_maphash(cl_object function, cl_object hash_table) remhash cl_object cl_remhash(cl_object key, cl_object hash_table) sxhash cl_object cl_sxhash(cl_object object) Description