Liking cljdoc? Tell your friends :D

fripon.mutable


hash-mapclj/s

(hash-map & kvs)

hash-setclj/s

(hash-set & vs)

MutableAssociativeclj/sprotocol

assoc!clj/s

(assoc! this key value)

MutableCollectionclj/sprotocol

clear!clj/s

(clear! this)

conj!clj/s

(conj! this value)

contains?clj/s

(contains? this key)

MutableMapclj/sprotocol

dissoc!clj/s

(dissoc! this key)

MutableSetclj/sprotocol

disj!clj/s

(disj! this value)

MutableVectorclj/sprotocol

pop!clj/s

(pop! this)

new-hash-mapclj/s

(new-hash-map)

new-hash-setclj/s

(new-hash-set)

new-vectorclj/s

(new-vector)

vectorclj/s

(vector & vs)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close