Edge.this

Construct an edge.

  1. this(Node start, Node end)
    struct Edge
    pure nothrow @safe
    this
    (
    Node start
    ,
    Node end
    )
  2. this(Node start, Node end, Weight weight)

Meta