(def newv (assoc v (count v) value)) (def newv (conj v value)) ;; I believe there is no way to expand a vector by an arbitrary amount ;; using a single Clojure ...
確定! 回上一頁