Function: subsetp

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

(fn LIST1 LIST2 [KEYWORD VALUE]...)