LazySegNaiveEngine

Undocumented in source.

Constructors

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

Members

Aliases

BinSearch
alias BinSearch = binSearchLazyNaive
Undocumented in source.
DataType
alias DataType = T
Undocumented in source.
LazyType
alias LazyType = L
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.
add
void add(uint a, uint b, L x, uint l, uint r, uint k)
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, uint l, uint r, uint k)
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.
update
void update(uint k)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

d
T[] d;
lg
uint lg;
Undocumented in source.
lz
L[] lz;
Undocumented in source.
n
uint n;
sz
uint sz;
Undocumented in source.

Meta