listp
listp is a built-in function in `C source code
'.
(listp OBJECT)
Return t if OBJECT is a list, that is, a cons cell or nil.
Otherwise, return nil.
C source code
'.
(listp OBJECT)
Return t if OBJECT is a list, that is, a cons cell or nil.
Otherwise, return nil.