Package: lisp-unit
Function set-equal
Lambda Listset-equal (l1 l2 &key test) Argumentsl1 -- a sequence l2 -- a sequence test -- a predicate function, the default is equal Return ValueT or NIL Details Compare two sequences to have the same elements.
Return true if every element of the sequence l1 is an element of the sequence
l2 and vice versa. The number of elements in the sequences can be different. | See also |