Liking cljdoc? Tell your friends :D
Clojure only.

com.gfredericks.dot-slash-2


!clj

(! spec)

Defines namespaces and proxy vars based on the given spec.

E.g.:

'{. [clojure.test/run-tests clojure.repl/doc]}

will create (if necessary) a namespace called ., containing a function called run-tests and a macro called doc.

Defines namespaces and proxy vars based on the given spec.

E.g.:

  '{. [clojure.test/run-tests
       clojure.repl/doc]}

will create (if necessary) a namespace called ., containing
a function called run-tests and a macro called doc.
sourceraw docstring

explainclj

(explain spec)
source

valid?clj

(valid? spec)
source

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

× close