Function Node.removeChild

Removes a child node. The node is NOT deleted and must be deleted manually.

void removeChild (
  Node node
) nothrow @nogc;