dkh.segtree.naive

Undocumented in source.

Members

Functions

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

Structs

Naive
struct Naive(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