Node.removeChild

Removes a given node from this node's children.

class Node
@nogc final
bool
removeChild

Parameters

child Node

A direct child to remove.

Return Value

Type: bool

true if the given node was removed, false otherwise.

Meta