Liking cljdoc? Tell your friends :D

byte-streams.utils


definterface+clj/smacro

(definterface+ name & body)
source

defprotocol+clj/smacro

(defprotocol+ name & body)
source

defrecord+clj/smacro

(defrecord+ name & body)
source

deftype+clj/smacro

(deftype+ name & body)
source

doitclj/smacro

(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-formclj/smacro

(memoize-form m f & args)
source

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

× close