dkh.tree

Undocumented in source.

Members

Aliases

LazyTree
alias LazyTree(T, L, alias opTT, alias opTL, alias opLL, T eT, L eL) = Tree!(T, opTT, eT, true, L, opTL, opLL, eL)
Undocumented in source.
SimpleTree
alias SimpleTree(T, alias op, T e) = Tree!(T, op, e)
Undocumented in source.

Functions

binSearchLeft
ptrdiff_t binSearchLeft(T t, ptrdiff_t _a, ptrdiff_t _b)
Undocumented in source. Be warned that the author may not have intended to support it.
binSearchRight
ptrdiff_t binSearchRight(T t, ptrdiff_t a, ptrdiff_t b)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Tree
struct Tree(T, alias _opTT, T _eT, bool hasLazy = false, L = bool, alias _opTL = "a", alias _opLL = "a", L _eL = false)
Undocumented in source.

Meta