LazySegEngine

Undocumented in source.

Constructors

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

Members

Aliases

BinSearch
alias BinSearch = binSearchLazy
Undocumented in source.
DataType
alias DataType = T
Undocumented in source.
LazyType
alias LazyType = L
Undocumented in source.
S
alias S = Tuple!(T, "d", L, "lz")
Undocumented in source.

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.
push
void push(uint k)
Undocumented in source. Be warned that the author may not have intended to support it.
single
T single(uint k)
Undocumented in source. Be warned that the author may not have intended to support it.
singleSet
void singleSet(uint k, T 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.

Properties

length
uint length [@property getter]
lg
uint lg;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

n
uint n;
Undocumented in source.
s
S[] s;
sz
uint sz;
Undocumented in source.

Meta