Switches CLOS initarg checking on or off. This function is deprecated.
clos
set-make-instance-argument-checking on => on
on⇩ |
A boolean. |
on |
A boolean. |
The function set-make-instance-argument-checking
switches CLOS initarg checking on or off according to the value of on.
set-make-instance-argument-checking
is deprecated. It is an alias for set-clos-initarg-checking.
set-make-instance-argument-checking
affects CLOS initializations other than make-instance. For clarity, you should now use set-clos-initarg-checking instead.set-make-instance-argument-checking
affects only make-instance.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:25