Contents

subscript(_:)

Accesses the node associated with the given key.

Declaration

subscript(node: ComputeNodeGraph.NodeID) -> ComputeNodeGraph.Node? { get }

Parameters

  • node:

    The key identifying the node to retrieve.

Return Value

The node if it exists, or nil if no node is associated with the key.