Liking cljdoc? Tell your friends :D
ClojureScript only.

sci.lang


Namespacecljs

Representation of a SCI namespace, created e.g. with (create-ns 'foo). The fields of this type are implementation detail and should not be accessed directly.

Representation of a SCI namespace, created e.g. with `(create-ns 'foo)`.
The fields of this type are implementation detail and should not be accessed
directly.
sourceraw docstring

Typecljs

Representation of a SCI custom type, created e.g. with (defrecord Foo []). The fields of this type are implementation detail and should not be accessed directly.

Representation of a SCI custom type, created e.g. with `(defrecord Foo [])`. The fields of this type are implementation detail and should not be accessed directly.
sourceraw docstring

Varcljs

Representation of a SCI var, created e.g. with (defn foo []) The fields of this type are implementation detail and should not be accessed directly.

Representation of a SCI var, created e.g. with `(defn foo [])`
The fields of this type are implementation detail and should not be accessed
directly.
sourceraw docstring

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

× close