Liking cljdoc? Tell your friends :D

hitchhiker.tree.messaging


apply-ops-in-pathclj/s

(apply-ops-in-path path)
source

deleteclj/s

(delete tree key)
source

DeleteOpclj/s

source

enqueueclj/s

(enqueue tree msgs)
(enqueue tree msgs deferred-ops)
source

forward-iteratorclj/s

(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.
sourceraw docstring

general-maxclj/s

(general-max e & r)
source

insertclj/s

(insert tree key value)
source

InsertOpclj/s

source

lookupclj/s

(lookup tree key)
(lookup tree key not-found)
source

lookup-fwd-iterclj/s

(lookup-fwd-iter tree key)
source

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

× close