hash-table-size
hash-table-size hash-table → size
hash-table—a hash table.
size—a non-negative integer.
Returns the current size of hash-table, which is suitable for use in a call to make-hash-table in order to produce a hash table with state corresponding to the current state of the hash-table.
None.
None.
None.
Should signal an error of type type-error if hash-table is not a hash table.
hash-table-count, make-hash-table
Per X3J13. -kmp 05-Oct-93
None.