TreeNode.insert

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

class TreeNode
void
insert

Parameters

child TreeNode

a #DzlTreeNode

position uint

the position for the child

Meta

Since

3.28