protocol | since v0.0-1211 | clojure.lang/ITransientAssociative | Edit |
Protocol for adding associativity to transient collections.
(defprotocol ITransientAssociative
(^clj -assoc! [tcoll key val]
"Returns a new transient collection of tcoll with a mapping from key to
val added to it."))