Edge.source

Returns the other node of this edge.

  1. Node target(Node from)
  2. alias source = target
    struct Edge
    alias source = target

Throws

MissingNodeException if this edge does not coincide with from.

Meta