@safe @nogc nothrow alias cmpfn = (x, y) => ((y.interval < x.interval) - (x.interval < y.interval));
Find a node in the tree
find interval(s) overlapping given interval
Insert a node to the tree
Delete a node from the tree
tree root
See Implementation