delete From Inclusive
Deletes the provided node and all subsequent moves/variations in its subtree. The move represented by the node is effectively removed from the game.
Return
The parent node of the deleted node.
Since
1.0.0-beta.1
Author
lunalobos
Parameters
node
The node to be deleted (inclusive).
Throws
if the node is a root node or has a null parent.