Liking cljdoc? Tell your friends :D

inspector.fn-find


fn-vars-from-nsclj

(fn-vars-from-ns ns)

Returns all var corresponding to function's available in given namespace ns

Returns all var corresponding to function's available in given namespace `ns`
sourceraw docstring

get-varsclj

(get-vars regex)

Returns all function vars available in namespaces, whose string representation matches regex.

Returns all function vars available in namespaces,
whose string representation matches `regex`.
sourceraw docstring

is-var-fn?clj

(is-var-fn? a-var)
source

macro?clj

(macro? a-var)
source

matching-nsclj

(matching-ns regex)

All namespaces whose string representation matches regex.

All namespaces whose string representation matches regex.
sourceraw docstring

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

× close