(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-coll op coll)Applies the operation to the collection
Applies the operation to the collection
(apply-op-to-tree op tree)Applies the operation to the tree. Returns go-block.
Applies the operation to the tree. Returns go-block.
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 |