Tree.Range

Undocumented in source.
struct Tree(T, alias _opTT, T _eT, bool hasLazy = false, L = bool, alias _opTL = "a", alias _opLL = "a", L _eL = false)
struct Range {}

Members

Properties

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

Variables

eng
Tree* eng;
Undocumented in source.
start
size_t start;
Undocumented in source.

Meta