cl-subsetp

cl-subsetp is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-subsetp LIST1 LIST2 [KEYWORD VALUE]...)

Return true if LIST1 is a subset of LIST2.
I.e., if every element of LIST1 also appears in LIST2.

Keywords supported: :test :test-not :key