StructsΒ§
- Connection πA single connection between ports
- Edge πAn edge in the graph
- Marker type for denoting that the port is an input port of the node it is connected to
- Node π
- A unique identifier for nodes in the graph. Stable under graph mutation.
- Marker type for denoting that the port is an output port of the node it is connected to
- An identifier for a port.
EnumsΒ§
- A zero-indexed βportβ for a node. Most nodes have one input and one output port, but some may have more. For example, a channel splitter node will have one output port for each channel.