contains(edge:)
Returns whether the graph contains the given edge.
Declaration
func contains(edge: ComputeNodeGraph.Edge) -> BoolParameters
- edge:
The edge to look up.
Return Value
true if the graph contains the edge; otherwise, false.
Returns whether the graph contains the given edge.
func contains(edge: ComputeNodeGraph.Edge) -> BoolThe edge to look up.
true if the graph contains the edge; otherwise, false.