Transients
7When applied to a transient map, adds mapping of key(s) to val(s). When applied to a transient vector, sets the val at...
functionclojure.core
Adds x to the transient collection, and return coll. The 'addition' may happen at different 'places' depending on the ...
functionclojure.core
disj[oin]. Returns a transient set of the same (hashed/sorted) type, that does not contain key(s).
functionclojure.core
Returns a transient map that doesn't contain a mapping for key(s).
functionclojure.core
Returns a new, persistent version of the transient collection, in constant time. The transient collection cannot be us...
functionclojure.core
Removes the last item from a transient vector. If the collection is empty, throws an exception. Returns coll
functionclojure.core
Returns a new, transient version of the collection, in constant time. Transients support a parallel set of 'changing'...
functionclojure.core