(rontolisp) docs
← Functions

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.