Package: lisp-unit
Function set-equal
Lambda Listset-equal (l1 l2 &key test) ArgumentsReturn 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 |