Function Node.removeAndSkip

Removes a node and sets all its children as children of the parent node (if it exists). All event subscriptions that pass by the removed node will be unsubscribed.

void removeAndSkip() nothrow @nogc;