(pprint-meta obj)
A version of pprint that prints all metadata on the object, wherever it appears. (binding [print-meta true] (pprint obj)) prints metadata on symbols, but not on collection, at least with Clojure 1.6.0 and probably earlier versions. Clojure ticket CLJ-1445 may improve upon this in the future.
A version of pprint that prints all metadata on the object, wherever it appears. (binding [*print-meta* true] (pprint obj)) prints metadata on symbols, but not on collection, at least with Clojure 1.6.0 and probably earlier versions. Clojure ticket CLJ-1445 may improve upon this in the future. http://dev.clojure.org/jira/browse/CLJ-1445
(protocol? p)
Make a good guess as to whether p is an object created via defprotocol.
Make a good guess as to whether p is an object created via defprotocol.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |