Toolbox
Toolbox
(foldset coll)
Folds a reducible collection into a set.
Folds a reducible collection into a set.
(maybe-list x)
If x is nil, returns the empty list. If x is not-nil, returns (x).
If x is nil, returns the empty list. If x is not-nil, returns (x).
(rempty? coll)
Like empty, but for reducibles.
Like empty, but for reducibles.
(with-thread-name thread-name & body)
Sets the thread name for duration of block.
Sets the thread name for duration of block.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close