Liking cljdoc? Tell your friends :D

byte-streams.utils


definterface+cljmacro

(definterface+ name & body)
source

defprotocol+cljmacro

(defprotocol+ name & body)
source

defrecord+cljmacro

(defrecord+ name & body)
source

deftype+cljmacro

(deftype+ name & body)
source

doitcljmacro

(doit [x it] & body)

A version of doseq that doesn't emit all that inline-destroying chunked-seq code.

A version of doseq that doesn't emit all that inline-destroying chunked-seq code.
sourceraw docstring

fast-memoizeclj

(fast-memoize f)

A version of memoize which has equivalent behavior, but is faster.

A version of `memoize` which has equivalent behavior, but is faster.
sourceraw docstring

memoize-formcljmacro

(memoize-form m f & args)
source

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

× close