dunkelheit v0.10.0 (2017-12-20T18:24:10Z)
Dub
Repo
SegTree.Range
dkh
segtree
primitive
SegTree
Undocumented in source.
struct
SegTree
(alias E, Args...)
struct
Range {
Engine
*
eng
;
size_t
start
;
size_t
end
;
const
(
T
)
sum
[@property getter];
}
Members
Properties
sum
const
(
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
Engine
*
eng
;
Undocumented in source.
start
size_t
start
;
Undocumented in source.
Meta
Source
See Implementation
dkh
segtree
primitive
SegTree
aliases
Engine
L
T
constructors
this
functions
opIndex
opIndexAssign
opIndexOpAssign
opSlice
properties
length
opDollar
structs
Range
variables
eng