TreeNode.insert

Inserts @child as a child of @self at @position.

class TreeNode
void
insert

Parameters

child
Type: TreeNode

a #DzlTreeNode

position
Type: uint

the position for the child

Meta

Since

3.28