pop!

functionsince v0.0-1211 clojure.core/pop!Edit
(pop! tcoll)

Source docstring:
Removes the last item from a transient vector. If
the collection is empty, throws an exception. Returns tcoll
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn pop!
  [tcoll]
  (-pop! tcoll))