The union function takes the combined items of all of the sets: ( clojure.set/union # { :r :b :w } # { :w :p :y }) ;; -> #{:y :r :w :b :p}.
確定! 回上一頁