(assoc! a k v & kvs)
(assoc-changed! atom & kvs)
assoc(-in) the atom when the value has changed
(assoc-in! a path v & path-vs)
(assoc-some! a k v & kvs)
(conj! a x & xs)
(dissoc! a k & ks)
(dissoc-in! a path & paths)
(merge! a m & maps)
(toggle! a)
(update! a k f & args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries