Liking cljdoc? Tell your friends :D

specomatic.util

Specomatic utility functions.

Specomatic utility functions.
raw docstring

concat-keywordsclj/s

(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.
sourceraw docstring

qualifyclj/s

(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.
sourceraw docstring

strip-nsclj/s

(strip-ns k)

Strips the namespace from keyword k.

Strips the namespace from keyword `k`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close