Naive

Undocumented in source.

Constructors

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

Members

Aliases

BinSearch
alias BinSearch = binSearchNaiveLazy
Undocumented in source.
DataType
alias DataType = T
Undocumented in source.
LazyType
alias LazyType = L
Undocumented in source.

Functions

add
void add(uint l, uint r, L m)
Undocumented in source. Be warned that the author may not have intended to support it.
single
const(T) single(int k)
Undocumented in source. Be warned that the author may not have intended to support it.
singleSet
void singleSet(int k, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
const(T) sum(uint l, uint r)
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;
Undocumented in source.

Meta