Liking cljdoc? Tell your friends :D
Clojure only.

clojure.core.compiler

EXPERIMENTAL and definitely unstable.

Compiler and runtime introspection utilities.

EXPERIMENTAL and definitely unstable.

Compiler and runtime introspection utilities.
raw docstring

reachesclj

(reaches o)

EXPERIMENTAL

Returns the reach set of a Fn, or of a Var bound to a Fn. The reach set of other values is defined to be the empty set.

EXPERIMENTAL

Returns the reach set of a Fn, or of a Var bound to a Fn. The reach set of other values is defined
to be the empty set.
sourceraw docstring

usesclj

(uses o)

EXPERIMENTAL

Returns the use set of a Fn, or of a Var bound to a Fn. The use set of other values is defined to the empty set.

EXPERIMENTAL

Returns the use set of a Fn, or of a Var bound to a Fn. The use set of other values is defined to
the empty set.
sourceraw docstring

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

× close