Specomatic utility functions.
Specomatic utility functions.
(concat-keywords k l)
Returns a keyword with k
's namespace and a concatenation of both name parts as name.
Returns a keyword with `k`'s namespace and a concatenation of both name parts as name.
(qualify etype k)
Returns a keyword with the name of etype
as namespace part and the name of k
as name part.
Returns a keyword with the name of `etype` as namespace part and the name of `k` as name part.
(strip-ns k)
Strips the namespace from keyword k
.
Strips the namespace from keyword `k`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close