(! 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close