(jassoc coll k v)
Like assoc, but if the first arg is nil it will dispatch on key to create the value, placing val in a new vector if needed. Only has the one simple arity
Like assoc, but if the first arg is nil it will dispatch on key to create the value, placing val in a new vector if needed. Only has the one simple arity
(jassoc-in m [k & ks] v)
like assoc-in, but for jassoc
like assoc-in, but for jassoc
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close