ToolSet / com.zndevs.toolset.tools / Node / removeChild

removeChild

fun removeChild(child: Node<TValue>): Unit

Removes a node from our children. Does nothing if the node isn’t already a child

Parameters

child - Child node to remove