Given a red-black tree aRBTree and a value aValue, removes the value from the tree.
aRBTree
aValue
the red-black tree from which we remove the value
the value to remove from the tree
a new red-black tree with all the elements of aRBTree except aValue
Given a red-black tree
aRBTreeand a valueaValue, removes the value from the tree.