Function Node.moveChild

Moves a child node to a different position (order) among the other children. Since calls, signals, etc are performed by tree order, changing the order of children nodes may be useful.

void moveChild (
  Node child_node,
  const(long) to_position
) nothrow @nogc;