Liking cljdoc? Tell your friends :D
Clojure only.

potemkin.utils


condp-casecljmacro

(condp-case predicate value & cases)

A variant of condp which has case-like syntax for options. When comparing smaller numbers of keywords, this can be faster, sometimes significantly.

A variant of condp which has case-like syntax for options.  When comparing
smaller numbers of keywords, this can be faster, sometimes significantly.
sourceraw docstring

doarycljmacro

(doary [x ary] & body)

An array-specific version of doseq.

An array-specific version of doseq.
sourceraw docstring

doitcljmacro

(doit [x it] & body)

An iterable-based version of doseq that doesn't emit inline-destroying chunked-seq code.

An iterable-based version of doseq that doesn't emit inline-destroying chunked-seq code.
sourceraw docstring

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

× close