Liking cljdoc? Tell your friends :D

mold-http.utils


assoc-somecljs

(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.
raw docstring

concat-two-keywordscljs

(concat-two-keywords first second)
(concat-two-keywords first second delim)

Create keyword from two keywords

Create keyword from two keywords
raw docstring

in-seq?cljs

(in-seq? seq elem)

true if a sequence contains element

true if a sequence contains element
raw docstring

reduce-kvscljs

(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.
raw docstring

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

× close