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