NaiveSimple

Undocumented in source.

Constructors

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

Members

Aliases

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

Functions

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