Liking cljdoc? Tell your friends :D

stringer.internal


expectedclj

(expected expectation found)
(expected pred expectation found)
source

line-separatorclj

source

nparseclj

(nparse template)

Parse given format-string containing named parameters, returning string and param-key tokens.

Example: (nparse "{name}-{age}") ==> [:name "-" :age]

Parse given format-string containing named parameters,
returning string and param-key tokens.

Example: (nparse "{name}-{age}") ==> [:name "-" :age]
sourceraw docstring

precompileclj

(precompile coll)

Given a collection, replace the continuous stringable elements as string and return the collection.

Given a collection, replace the continuous stringable elements as string and return the collection.
sourceraw docstring

stringable?clj

(stringable? x)
source

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

× close