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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -