Edge.this

Construct an edge.

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

Meta