LazySegBlockEngine.Block

Undocumented in source.
struct LazySegBlockEngine(T, L, alias opTT, alias opTL, alias opLL, T eT, L eL)
static
struct Block {}

Constructors

this
this(T[] first)
Undocumented in source.

Members

Functions

add
void add(uint a, uint b, L x)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
T sum(uint a, uint b)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

d
T[B] d;
Undocumented in source.

Meta