Liking cljdoc? Tell your friends :D
ClojureScript only.

dogfort.util.data

Miscellaneous functions for manipulating data structures.

Miscellaneous functions for manipulating data structures.
raw docstring

assoc-conjcljs

(assoc-conj map key val)

Associate a key with a value in a map. If the key already exists in the map, a vector of values is associated with the key.

Associate a key with a value in a map. If the key already exists in the map,
a vector of values is associated with the key.
sourceraw docstring

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

× close