|
ANSI Common Lisp 18 Hash Tables 18.1 Hash Table Concepts 18.1.2 Modifying Hash Table Keys
18.1.2.3 Visible Modification of Objects with respect to EQUALP
As a consequence of the behavior for equalp,
the rules for visible modification of objects not explicitly mentioned in this
section are inherited from those in Section 18.1.2.2 Visible Modification of Objects with respect to EQUAL.
18.1.2.3.1 Visible Modification of Structures with respect to EQUALP
18.1.2.3.2 Visible Modification of Arrays with respect to EQUALP
18.1.2.3.3 Visible Modification of Hash Tables with respect to EQUALP
|