OutEdge

An outgoing edge.

Connects to exactly one InEdge.

Constructors

this
this(EdgeKind kind, InEdge* target)

Members

Functions

opEquals
bool opEquals(const(OutEdge) other)

Equivalence check.

toHash
hash_t toHash()

Combines the hash of the target node-slot pair.

Variables

kind
EdgeKind kind;

Edge "color".

target
InEdge* target;

Target in-slot.