BasicGraph.hasVertex

  1. bool hasVertex(ref Vertex vertex)
  2. bool hasVertex(Vertex vertex)
    struct BasicGraph(Vertex, EdgeDirection edgeDirection)
    bool
    hasVertex
    const
    (
    Vertex vertex
    )

Return Value

Type: bool

true if the vertex is in the graph.

Meta