(defmultimethods method-name docstring args dispatch-fn-body & body)
Syntactic sugar for defmulti + multiple defmethods.
Syntactic sugar for defmulti + multiple defmethods.
(re-tok & patterns)
Generates tokenization regexp, bounded by whitespace or string beginning / end.
Generates tokenization regexp, bounded by whitespace or string beginning / end.
(specialize m)
Syntactic sugar for derive.
Syntactic sugar for derive.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close