Map a function over a collection and flatten the result by one-level ... (mapcat #(clojure.string/split % #"\s+") ["two birds" "three green peas"]) ...
確定! 回上一頁