Graph.opBinaryRight

Check if edge exists in this graph. Only the start and end node will be compared.

  1. bool opBinaryRight(in Node node)
  2. bool opBinaryRight(in Edge edge)
    struct Graph(Node, Weight = void, Flag!"isDirected" isDirected = No.isDirected, EdgePayload = void)
    bool
    opBinaryRight
    const pure nothrow
    (
    string op
    )
    ()
    if (
    op == "in"
    )
  3. bool has(in Edge edge)

Meta