Liking cljdoc? Tell your friends :D

org.soulspace.overarch.util.functions


data-tapperclj

(data-tapper data)
(data-tapper ctx data)

Sends the data and and optional context ctx to the tap. Useful for viewing data and debugging.

Sends the `data` and and optional context `ctx` to the tap.
Useful for viewing data and debugging.
sourceraw docstring

keyword-setclj

(keyword-set coll)

Converts the coll of strings or symbols into a set of keywords.

Converts the `coll` of strings or symbols into a set of keywords.
sourceraw docstring

tokenize-stringclj

(tokenize-string s)
(tokenize-string s re)

Returns a vector of strings by tokenizing the string s with the optional regex re (comma per default).

Returns a vector of strings by tokenizing the string `s` with the optional regex `re`
(comma per default).
sourceraw docstring

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

× close