intervaltree ~master (2021-02-23T02:32:27Z)
Home
Dub
Repo
IntervalTreeNode.isLeftChild
intervaltree
splaytree
IntervalTreeNode
Returns true if this node is the left child of its' parent
struct
IntervalTreeNode
(IntervalType)
@
nogc
nothrow
bool
isLeftChild
(
)
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
Returns true if this node is the left child of its' parent