Liking cljdoc? Tell your friends :D

com.github.ivarref.paginate-vector.impl.bst


after-valueclj

(after-value root keep? from-value sort-attrs max-items)
source

balanced-treeclj

(balanced-tree sorted-vec)
(balanced-tree sorted-vec start end)
source

before-valueclj

(before-value root keep? from-value sort-attrs max-items)
source

cmp-attrsclj

(cmp-attrs sort-attrs a b)
source

depth-first-valsclj

(depth-first-vals root)
(depth-first-vals root v)
source

from-beginningclj

(from-beginning root keep? max-items)
(from-beginning root keep? res max-items)
source

from-endclj

(from-end root keep? max-items)
(from-end root keep? res max-items)
source

get-leftmost-valueclj

(get-leftmost-value root keep?)
source

get-rightmost-valueclj

(get-rightmost-value root keep?)
source

leftclj

(left node)
source

make-nodeclj

(make-node value)
(make-node value left right)
source

next-valueclj

(next-value root nearest-value sort-attrs)
source

Nodeclj

source

(right node)
source

take-all-firstclj

(take-all-first root keep? res max-items)
source

take-all-lastclj

(take-all-last root keep? res max-items)
source

take-minclj

(take-min a b sort-fn)
source

tree-contains?clj

(tree-contains? root v sort-attrs)
source

tree-valsclj

(tree-vals node)
source

valueclj

(value node)
source

visit-all-depth-firstclj

(visit-all-depth-first root keep? f)
source

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

× close