childAt

fun A_Tuple.childAt(childIndex: Int): A_Tuple

Answer the Nth child of this tree tuple.

Return

The specified child of the tree tuple node.

Parameters

childIndex

Which child tuple to fetch.