(forward-iterator path)
Takes the result of a search and returns an iterator going forward over the tree. Does lg(n) backtracking sometimes.
Takes the result of a search and returns an iterator going forward over the tree. Does lg(n) backtracking sometimes.
(forward-iterator iter-ch path start-key)
Takes the result of a search and puts the iterated elements onto iter-ch going forward over the tree as needed. Does lg(n) backtracking sometimes.
Takes the result of a search and puts the iterated elements onto iter-ch going forward over the tree as needed. Does lg(n) backtracking sometimes.
(affects-key op)
Which key this affects--currently must be a single key
Which key this affects--currently must be a single key
(apply-op-to-tree op tree)
Applies the operation to the tree. Returns go-block.
Applies the operation to the tree. Returns go-block.
(apply-op-to-coll op coll)
Applies the operation to the collection
Applies the operation to the collection
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close