(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.
(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.
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close