It's common to want to map a function on an input list that returns multiple ... (mapcat #(clojure.string/split % #"\s+") ["two birds" "three green peas"]) ...
確定! 回上一頁