nth_child


Description:

public TreeNode? nth_child (uint nth)

Gets the nth child of this or null if it does not exist.

Parameters:

this

a TreeNode

nth

the index of the child

Returns:

a TreeNode or null