Liking cljdoc? Tell your friends :D
Clojure only.

clojure.tools.reader.impl.inspect


inspectclj

(inspect x)
(inspect truncate x)

Return a string description of the value supplied. May be the a string version of the value itself (e.g. "true") or it may be a description (e.g. "an instance of Foo"). If truncate is true then return a very terse version of the inspection.

Return a string description of the value supplied.
May be the a string version of the value itself (e.g. "true")
or it may be a description (e.g. "an instance of Foo").
If truncate is true then return a very terse version of
the inspection.
sourceraw docstring

inspect*cljmultimethod

source

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

× close