#8
Sets
 

Difficulty:Elementary
Topics:


Sets are collections of unique values.
test not run
(= __ (set '(:a :a :b :c :c :c :c :d :d)))
test not run
(= __ (clojure.set/union #{:a :b :c} #{:b :c :d}))


Code which fills in the blank: