Contents

removeNode(_:)

Removes a node from the graph.

Declaration

mutating func removeNode(_ node: ComputeNodeGraph.NodeID) throws

Parameters

  • node:

    The key of the node to remove.

Discussion