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.

struct Node
@nogc nothrow
void
removeAndSkip
()

Meta