Liking cljdoc? Tell your friends :D

fooheads.casing.coerce

Coerce functions that takes two strings, a namespace and a name, and turns it into something.

Coerce functions that takes two strings, a namespace and a name,
and turns it into something.
raw docstring

keywordclj/s

The same as clojure.core/keyword. Only included for completeness.

The same as clojure.core/keyword. Only included for completeness.
raw docstring

simple-keywordclj/s

(simple-keyword _ns name)

Returns a simple keyword for the name, ignoring ns

Returns a simple keyword for the name, ignoring ns
raw docstring

simple-symbolclj/s

(simple-symbol _ns name)

Returns a simple symbol for the name, ignoring ns

Returns a simple symbol for the name, ignoring ns
raw docstring

stringclj/s

(string ns name)

A string version of the symbol and keyword functions. Takes one or two strings and turns them into a string. When both ns and name is provided (and ns is not nil), the ns and name are joined with a /

A string version of the symbol and keyword functions. Takes one or two
strings and turns them into a string. When both ns and name
is provided (and ns is not nil), the ns and name are joined with a /
raw docstring

symbolclj/s

The same as clojure.core/symbol Only included for completeness.

The same as clojure.core/symbol Only included for completeness.
raw docstring

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

× close