dkh.segtree.simpleseg

Undocumented in source.

Members

Aliases

SimpleSeg
alias SimpleSeg(T, alias opTT, T eT, alias Engine = SimpleSegEngine) = SegTree!(Engine, T, binaryFun!opTT, eT)

SegTree

Functions

binSearchSimple
int binSearchSimple(TR t, int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SimpleSegEngine
struct SimpleSegEngine(T, alias opTT, T eT)
Undocumented in source.

Meta