cl-endp

cl-endp is a compiled Lisp function in `cl-lib.el'.

(cl-endp X)

Return true if X is the empty list; false if it is a cons.
Signal an error if X is not a list.