Liking cljdoc? Tell your friends :D

clj-sorted-util.util


compare-first-elements-withclj

(compare-first-elements-with comparator)

concat-sortedclj

(concat-sorted colls)
(concat-sorted comp colls)

Returns a sorted lazy sequence of sorted collections. Note that the collections must be already sorted.

Returns a sorted lazy sequence of sorted collections. Note that the collections must be already sorted.
raw docstring

concat-sorted-byclj

(concat-sorted-by keyfn colls)
(concat-sorted-by keyfn comp colls)

Given a seq of colls sorted-by keyfn, returns a lazy seq concatenation of those colls keeping the sorted-by order.

Given a seq of colls sorted-by keyfn, returns a lazy seq concatenation of those colls keeping the sorted-by order.
raw docstring

remove-dupsclj

(remove-dups coll)

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

× close