Liking cljdoc? Tell your friends :D
Clojure only.

flatland.useful.debug


?cljmacro

(? val)

A useful debugging tool when you can't figure out what's going on: wrap a form with ?, and the form will be printed alongside its result. The result will still be passed along.

A useful debugging tool when you can't figure out what's going on:
wrap a form with ?, and the form will be printed alongside
its result. The result will still be passed along.
sourceraw docstring

?!cljmacro

(?! val)
(?! file val)
source

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

× close