RedBlack.insertRight

* Insert Cell as the right child of current node, and then * rebalance the tree it is in. * @param Cell the Cell to add * @param root, the root of the current tree * Returns: the new root of the current tree. (Rebalancing * can change the root!)

struct RedBlack(V, A = AttributeDummy)
insertRight

Meta