Returns the weak kind of a hash table.
hcl
hash-table-weak-kind hash-table => weakness-state
hash-table⇩ |
A hash table. |
weakness-state⇩ |
A keyword or nil . |
The function hash-table-weak-kind
returns the weak kind (or weakness state) of the hash table hash-table.
See set-hash-table-weak for the meaning of the different values of weakness-state.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35