You should call this when you remove an element from the tree. It then doesn't recurse into that node and adjusts the current position, keeping the range stable.
See Implementation
You should call this when you remove an element from the tree. It then doesn't recurse into that node and adjusts the current position, keeping the range stable.