dkh.segtree.lazyseg

Undocumented in source.

Members

Aliases

LazySeg
alias LazySeg(T, L, alias opTT, alias opTL, alias opLL, T eT, L eL, alias Engine = LazySegEngine) = SegTree!(Engine, T, L, binaryFun!opTT, binaryFun!opTL, binaryFun!opLL, eT, eL)

遅延伝搬SegTree

Functions

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

Structs

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

Meta