SimpleSegNaiveEngine

Undocumented in source.

Constructors

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

Members

Aliases

DataType
alias DataType = T
Undocumented in source.
LazyType
alias LazyType = void
Undocumented in source.

Functions

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
uint 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.
n
uint n;
sz
uint sz;
Undocumented in source.

Meta