(assoc-after dict base-key v)
(assoc-after-nth x n v)
(assoc-append dict v)
(assoc-before dict base-key v)
(assoc-before-nth x n v)
(assoc-nth x n v)
(assoc-prepend dict v)
(get-max-key x)
(get-min-key x)
(has-nth? x n)
(key-after dict base-key)
(key-append dict)
(key-before dict base-key)
(key-nth x n)
(key-prepend dict)
(val-nth x n)
cljdoc is a website building & hosting documentation for Clojure/Script libraries