Common Lisp: How to check set equality, ignoring order? -
similar question:
setting equal function in common lisp using "eq"
except, i'd compare 2 sets equality, disregarding order. how this?
there number of set functions in cl. among can use (null (set-exclusive-or set-a set-b))
.
Comments
Post a Comment