[ Version ( since = "0.8" ) ]
public void set_parent (Node? parent)
Sets the parent node for the given `node`.
It is an error to call this with an immutable parent
.
The this may be immutable.
this |
the node to change |
parent |
the parent node |