Element.removeChild

Removes the given child from this list.

Returns the removed element.

class Element
removeChild
out { debug foreach (child; children) assert (child !is c); assert (c.parentNode is null); }

Meta