removeEdge(_:)
Removes an edge from the graph.
Declaration
@discardableResult mutating func removeEdge(_ edge: ComputeNodeGraph.Edge) -> BoolParameters
- edge:
The edge to remove.
Return Value
true if the edge was found and removed.
Removes an edge from the graph.
@discardableResult mutating func removeEdge(_ edge: ComputeNodeGraph.Edge) -> BoolThe edge to remove.
true if the edge was found and removed.