No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(->hashmap)
(->hashmap m)
(get m k)
(get m k o)
(get-in m ks)
(get? m k)
(get? m k o)
(map? m)
(memoize f)
(memoize* n f)
(put m k v)
(put m k v & kvs)
(put-in m ks v)
Like core/assoc-in but for nested Maps.
cljdoc is a website building & hosting documentation for Clojure/Script libraries