Edge.source

Get source of this edge beginning at node from. For undirected graphs returns the other node of this edge.

struct Edge
Node
source
const
(
Node from
)

Throws

MissingNodeException if this edge does not end in node from.

Meta