fun hoistMutation(): Unit
Performs the hoist mutation operation on this tree.
Operates by choosing a random subtree of this tree, and then a random subtree within that subtree and replacing the first subtree by the second. This effectively "hoists" the subtree's subtree further up in the original tree.
Note that this operation directly modifies the tree that initiates the operation.