Misc utils, subject to change.
Misc utils, subject to change.
(assoc-some m m-kvs)
(assoc-some m k v)
Assocs each kv to given ?map iff its value is not nil.
Assocs each kv to given ?map iff its value is not nil.
(callsite-coords macro-form)
Returns [line column] from meta on given macro &form
.
Returns [line column] from meta on given macro `&form`.
(format-id ns x)
:foo.bar/baz
-> "::baz", etc.
`:foo.bar/baz` -> "::baz", etc.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close