AsTree returns the [NodeBase] of this Node. Most core tree functionality is implemented on [NodeBase].
()
| 25 | // AsTree returns the [NodeBase] of this Node. Most core |
| 26 | // tree functionality is implemented on [NodeBase]. |
| 27 | AsTree() *NodeBase |
| 28 | |
| 29 | // Init is called when the node is first initialized. |
| 30 | // It is called before the node is added to the tree, |
no outgoing calls