(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |