Skip to main content

persistent!

functionv1.7

cljs.core/persistent!

Available in:BBCLJCLJS
(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.

No examples yet. Be the first to add one!