Graph.has

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

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

Meta