intervaltree ~master (2021-02-23T02:32:27Z)
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