How to split a number in Clojure? A concise version of your first method is (defn digits [n] (->> n str (map (comp ...
確定! 回上一頁