Function: COMMON-LISP:MEMBER

package type clhs github

Return the tail of LIST beginning with first element satisfying EQLity, :TEST, or :TEST-NOT with the given ITEM.

Lambda list

(sb-impl::item list &key sb-impl::key sb-impl::test sb-impl::test-not)