The predicate for whether an object is a weak array.
hcl
array-weak-p object => result
object⇩ |
A Lisp object. |
result |
A boolean. |
The function array-weak-p
returns t
if its argument object is a weak array, and otherwise returns nil
.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35