(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |