IntervalSplayTree.remove

remove interval

struct IntervalSplayTree(IntervalType)
bool
remove
(
IntervalType i
)

Return Value

Type: bool

* True if interval i removed * False if interval not found

TODO: check that the this.cur is not being removed, if so, also advance it to next

Meta