set_right_child#

FTreeNode.set_right_child(node: Node | None) None#

Set the right child of the node.

The previous right child does not point to this node after this method call, and instead node does.

Parameters#

node

The new right child.