intervaltree v0.20.0 (2020-01-10T06:26:29Z)
Home
Dub
Repo
IITree.index
intervaltree
iitree
IITree
Index the data structure -- required after all inserts completed, before query
struct
IITree
(IntervalType)
@
nogc
nothrow
void
index
(
)
if
(
__traits(
hasMember
,
IntervalType
, "start") &&
__traits(
hasMember
,
IntervalType
, "end")
)
Meta
Source
See Implementation
intervaltree
iitree
IITree
aliases
add
destructors
~this
functions
findOverlapsWith
index
insert
postblits
this(this)
variables
cr
indexed
Index the data structure -- required after all inserts completed, before query