Liking cljdoc? Tell your friends :D

docopt.util


defmultimethodscljmacro

(defmultimethods method-name docstring args dispatch-fn-body & body)

Syntactic sugar for defmulti + multiple defmethods.

Syntactic sugar for defmulti + multiple defmethods.
sourceraw docstring

errcljmacro

(err err-clause type & err-strs)
source

re-arg-strclj

source

re-tokclj

(re-tok & patterns)

Generates tokenization regexp, bounded by whitespace or string beginning / end.

Generates tokenization regexp, bounded by whitespace or string beginning / end.
sourceraw docstring

specializecljmacro

(specialize m)

Syntactic sugar for derive.

Syntactic sugar for derive.
sourceraw docstring

tokenizeclj

(tokenize string pairs)

Repeatedly extracts tokens from string according to sequence of [re tag]; tokens are of the form [tag & groups] as captured by the corresponding regex.

Repeatedly extracts tokens from string according to sequence of [re tag]; 
tokens are of the form [tag & groups] as captured by the corresponding regex.
sourceraw docstring

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

× close