hash-table-count
(hash-table-count table)
Returns the number of entries currently stored in table as an integer (0 for an empty table). The count drops as entries are removed with remhash or clrhash.
(hash-table-count table)
Returns the number of entries currently stored in table as an integer (0 for an empty table). The count drops as entries are removed with remhash or clrhash.