Destroy the value of node and return its memory to this pool.
Destroy the VALUE value of the specified node and return the memory footprint of node to this pool for potential reuse. The behavior is undefined unless node refers to a TreeNode<VALUE>.
| Name | Description |
|---|---|
| node | node whose value is destroyed and memory returned |