Liking cljdoc? Tell your friends :D

lambdaisland.deep-diff2.printer-impl


format-docclj/s

(format-doc expr printer)
source

(print-deletion printer expr)
source

(print-doc doc printer)
source

source

(print-insertion printer expr)
source

(print-mismatch printer expr)
source

(print-other printer expr)
source

puget-printerclj/s

(puget-printer)
(puget-printer opts)
source

register-print-handler!clj/s

(register-print-handler! type handler)

Register an extra print handler.

type must be a symbol of the fully qualified class name. handler is a Puget handler function of two arguments, printer and value.

Register an extra print handler.

`type` must be a symbol of the fully qualified class name. `handler` is a
Puget handler function of two arguments, `printer` and `value`.
sourceraw docstring

type-nameclj/s

(type-name x)

Get the type of the given object as a string. For Clojure, gets the name of the class of the object. For ClojureScript, gets either the name attribute or the protocol name if the name attribute doesn't exist.

Get the type of the given object as a string. For Clojure, gets the name of
the class of the object. For ClojureScript, gets either the `name` attribute
or the protocol name if the `name` attribute doesn't exist.
sourceraw docstring

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

× close