Graph.removeNode

Removes a given graph node from th array of children of thie node's

class Graph(T)
bool
removeNode
()

Parameters

node Graph!(T)

the graph node to remove

Return Value

Type: bool

true if the node was found and then removed, otherwise false

Meta