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

NextPrevUpTopContentsIndex

hash-table-weak-kind

Function
Summary

Returns the weak kind of a hash table.

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 - 20 Sep 2017

NextPrevUpTopContentsIndex