Liking cljdoc? Tell your friends :D

nrepl.util.lookup

Symbol info lookup.

It's meant to provide you with useful data like definition location, parameter lists, etc.

NOTE: The functionality here is experimental and the API is subject to changes.

Symbol info lookup.

It's meant to provide you with useful data like definition location,
parameter lists, etc.

NOTE: The functionality here is experimental and
the API is subject to changes.
raw docstring

lookupclj

(lookup ns sym)

Lookup the metadata for sym. If the sym is not qualified than it will be resolved in the context of ns.

Lookup the metadata for `sym`.
If the `sym` is not qualified than it will be resolved in the context
of `ns`.
sourceraw docstring

normal-sym-metaclj

(normal-sym-meta ns sym)
source

special-sym-metaclj

(special-sym-meta sym)
source

sym-metaclj

(sym-meta ns sym)
source

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

× close