($$iter set {:keys [sync?] :or {sync? true} :as opts})($$iter set left right {:keys [sync?] :or {sync? true} :as opts})($conjoin set key)($conjoin set key arg)($conjoin set key cmp {:keys [sync?] :or {sync? true} :as opts})($disjoin set key)($disjoin set key arg)($disjoin set key cmp {:keys [sync?] :or {sync? true} :as opts})($equivalent-sequential? xs ys {:keys [sync?] :or {sync? true} :as opts})($into to from)($into to arg0 arg1)($into to xform from {:keys [sync?] :or {sync? true}})($replace set old-key new-key)($replace set old-key new-key arg)($replace set old-key new-key cmp {:keys [sync?] :or {sync? true} :as opts})($rslice set key-from key-to)($rslice set key-from key-to arg)($rslice set key-from key-to cmp {:keys [sync?] :or {sync? true} :as opts})($seek seq key)($seek seq key arg)($seek seq key cmp {:keys [sync?] :or {sync? true} :as opts})($slice set key-from key-to)($slice set key-from key-to arg)($slice set key-from key-to cmp {:keys [sync?] :or {sync? true} :as opts})($transduce xform arf init from)($transduce xform arf init from {:keys [sync?] :or {sync? true}})(async-transduce xform arf init from)xform: synchronous transducer (core map/filter/comp/etc) arf: MUST BE ASYNC reducing fn with arities ([acc] ...) and ([acc x] ...) init: initial accumulator from: BTSet | aseq/PAsyncSeq | sequential
xform: synchronous transducer (core map/filter/comp/etc) arf: MUST BE ASYNC reducing fn with arities ([acc] ...) and ([acc x] ...) init: initial accumulator from: BTSet | aseq/PAsyncSeq | sequential
(from-opts opts)Create a set with options map containing:
Create a set with options map containing: - :storage Storage implementation - :comparator Custom comparator (defaults to compare) - :meta Metadata
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |