(concatv)
(concatv x)
(concatv x & ys)
Non-lazily concat any number of collections, returning a persistent vector.
Non-lazily concat any number of collections, returning a persistent vector.
(flattenx coll)
Flatten a nested collection
Flatten a nested collection
(mergex & maps)
Merge maps filtering nil values
Merge maps filtering nil values
(read-json s)
Read JSON from a string keywordizing keys
Read JSON from a string keywordizing keys
(safe-subs s start)
(safe-subs s start end)
Substring with safety of going over the max length
Substring with safety of going over the max length
(snake-case m)
Snake case keys from :max-tokens
to :max_tokens
Snake case keys from `:max-tokens` to `:max_tokens`
(transform-keys t coll)
Recursively transforms all map keys in coll with t.
Recursively transforms all map keys in coll with t.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close