Function: hash-length
hash-length is a function alias for hash-size, defined in hasht.el.
Signature
(hash-length HASH-TABLE)
Documentation
Return size of HASH-TABLE which is >= number of elements in the table.
Return nil if not a valid hash table.