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

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

× close