You can use union from clojure.set to merge sets of elements as shown below. (use 'clojure.set) (merge-with union {:a #{1 2 3}, :b #{4 5 6}} ...
確定! 回上一頁