intervaltree ~master (2021-02-23T02:32:27Z)
Home
Dub
Repo
IntervalTreeNode.overlaps
intervaltree
splaytree
IntervalTreeNode
Does the interval in this node overlap the interval in the other node?
struct
IntervalTreeNode
(IntervalType)
pragma(
inline
, true) @
nogc
nothrow
bool
overlaps
(
const
ref
IntervalTreeNode
other
)
if
(
__traits(
hasMember
,
IntervalType
, "start") &&
__traits(
hasMember
,
IntervalType
, "end")
)
Meta
Source
See Implementation
intervaltree
splaytree
IntervalTreeNode
constructors
this
functions
isLeftChild
overlaps
properties
key
variables
interval
left
max
parent
right
Does the interval in this node overlap the interval in the other node?