Graph.opBinaryRight

Check if edge/node exists in this graph. Ignores the weight if weighted.

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

Meta