dkh.datastructure.segtreenaive

Undocumented in source.

Members

Functions

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

Structs

NaiveLazy
struct NaiveLazy(T, L, alias opTT, alias opTL, alias opLL, T eT, L eL)
Undocumented in source.
NaiveSimple
struct NaiveSimple(T, alias opTT, T eT)
Undocumented in source.

Meta