Function: COMMON-LISP:LDIFF

package type clhs github

Return a new list, whose elements are those of LIST that appear before OBJECT. If OBJECT is not a tail of LIST, a copy of LIST is returned. LIST must be a proper list or a dotted list.

Lambda list

(list sb-impl::object)