(assoc system k v)
(assoc-in system ks v)
(contains? system k)
(destructure-derived bindings)
(find-k system k)
(get system k)
(get-in system ks)
(init* system ks)
(update system k f & args)
(update-existing system k f & args)
(update-in system ks f & args)
(with-system [binding config ks] & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close