Liking cljdoc? Tell your friends :D

clojure+.hashp


configclj

source

hashpclj

(hashp form)
source

hashp-implclj

(hashp-impl form res)
source

install!clj

(install!)
(install! opts)

Enables #p reader tag. Add #p before any form to quickly print its value to output next time it’s evaluated. Works inside -> ->> too!

#p (+ 1 2)

=> #p (+ 1 2) [user/eval4348:77] 3

Possible options:

:color? <bool> :: Whether to use color output. Autodetect by default. :symbol <sym> :: Which symbol to use for reader tag. 'p by default.

Enables #p reader tag. Add #p before any form to quickly print its value
to output next time it’s evaluated. Works inside -> ->> too!

  #p (+ 1 2)

  => #p (+ 1 2) [user/eval4348:77]
     3

Possible options:

  :color?           <bool> :: Whether to use color output. Autodetect by default.
  :symbol           <sym>  :: Which symbol to use for reader tag. 'p by default.
sourceraw docstring

uninstall!clj

(uninstall!)
source

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

× close