#8
Sets
| Difficulty: | Elementary | 
| Topics: | 
Sets are collections of unique values.
![]()  | (= __ (set '(:a :a :b :c :c :c :c :d :d)))  | 
![]()  | (= __ (clojure.set/union #{:a :b :c} #{:b :c :d})) | 

