Graph.has

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

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

Meta