function | since v0.0-1211 | clojure.core/persistent! | Edit |
(persistent! tcoll)
Returns a new, persistent version of the transient collection, in constant time. The transient collection cannot be used after this call, any such use will throw an exception.
(defn persistent!
[tcoll]
(-persistent! tcoll))