Contents

contains(edge:)

Returns whether the graph contains the given edge.

Declaration

func contains(edge: ComputeNodeGraph.Edge) -> Bool

Parameters

  • edge:

    The edge to look up.

Return Value

true if the graph contains the edge; otherwise, false.