Function Node.getChild

Returns a child node by its index (see getChildCount). This method is often used for iterating all children of a node. To access a child node via its name, use getNode.

Node getChild (
  const(long) idx
) nothrow @nogc const;