Function: COMMON-LISP:ENDP

package type clhs github

This is the recommended way to test for the end of a proper list. It returns true if OBJECT is NIL, false if OBJECT is a CONS, and an error for any other type of OBJECT.

Lambda list

(sb-impl::object)