Function: COMMON-LISP:TAILP

package type clhs github

Return true if OBJECT is the same as some tail of LIST, otherwise returns false. LIST must be a proper list or a dotted list.

Lambda list

(sb-impl::object list)