nth_child


Description:

public unowned Node<G> nth_child (uint n)

Gets a child of a Node, using the given index.

The first child is at index 0. If the index is too big, null is returned.

Parameters:

this

a Node

n

the index of the desired child

Returns:

the child of this at index n