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# nodeThe new right child.