BasicGraph.hasVertex

  1. bool hasVertex(Vertex vertex)
  2. bool hasVertex(Vertex vertex)
    struct BasicGraph(Vertex, EdgeDirection edgeDirection)
    @nogc @safe pure nothrow const
    bool
    hasVertex
    (
    Vertex vertex
    )

Return Value

Type: bool

true if the vertex is in the graph.

Meta