ContainerNode.getChild

Gets one of the children of @container.

class ContainerNode
getChild
(
uint idx
)

Parameters

idx uint

the position of the child to get

Return Value

the @idx'th child of @container

Meta