Liking cljdoc? Tell your friends :D

leiningen.eastwood


eastwoodclj

(eastwood project)
(eastwood project opts)
source

has-keys?clj

(has-keys? m key-seq)
source

helpclj

(help)
source

pprint-metaclj

(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.

http://dev.clojure.org/jira/browse/CLJ-1445

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
sourceraw docstring

protocol?clj

(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.
sourceraw docstring

sorted-map-with-non-keyword-keys?clj

(sorted-map-with-non-keyword-keys? x)
source

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

× close