First the clojure.set way: (let [set-a (set a) set-b (set b) union (set ... join " " matching))) ;;----------------------------- (def nums [5 1000000 1000001 ...
確定! 回上一頁