All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

hash-table-weak-kind Function

Summary

Returns the weak kind of a hash table.

Package

hcl

Signature

hash-table-weak-kind hash-table => weakness-state

Arguments
hash-table
A hash table.
Values
weakness-state
A keyword or nil.
Description

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.

See also

set-hash-table-weak
make-hash-table


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35