IntervalTreeNode.left

left child

struct IntervalTreeNode(IntervalType)
IntervalTreeNode* left;

Meta