Edge.target

Returns the other node of this edge.

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

Throws

MissingNodeException if this edge does not coincide with from.

Meta