(assoc-some m kvs)
(assoc-some m k v)
(assoc-some m k v & kvs)
Assocs each kv if its value is not nil.
Assocs each kv if its value is not nil.
(concat-two-keywords first second)
(concat-two-keywords first second delim)
Create keyword from two keywords
Create keyword from two keywords
(in-seq? seq elem)
true if a sequence contains element
true if a sequence contains element
(reduce-kvs rf init kvs)
Like reduce-kv
but takes a flat sequence of kv pairs.
Like `reduce-kv` but takes a flat sequence of kv pairs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close