increment all the element in a collection (map inc [1 2 3 4 5]) ;;(2 3 4 5 6) ... You cannot `inc` a `nil` in Clojure, but you ;; can in ClojureScript ...
確定! 回上一頁