(extend-key k new-name)
Extend the length of a keyword by turning the full original keyword into a namespace
and adding the given new-name
.
E.g.
(extend-key :a "b") => :a/b
(extend-key :a/b "c") => :a.b/c
Extend the length of a keyword by turning the full original keyword into a namespace and adding the given `new-name`. E.g. ``` (extend-key :a "b") => :a/b (extend-key :a/b "c") => :a.b/c ```
(genid s)
Generate a unique ID with a base prefix. Like gensym
but returns a keyword.
Generate a unique ID with a base prefix. Like `gensym` but returns a keyword.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close