Contents

removeEdge(_:)

Removes an edge from the graph.

Declaration

@discardableResult mutating func removeEdge(_ edge: ComputeNodeGraph.Edge) -> Bool

Parameters

  • edge:

    The edge to remove.

Return Value

true if the edge was found and removed.

Discussion