(into [] (comp (map #(clojure.string/split #”\.”)) ; yields a seq of pairs (map (juxt (comp keyword first) (comp keyword second)))) ...
確定! 回上一頁