BasicGraph.hasVertex

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

Return Value

Type: bool

true if the vertex is in the graph.

Meta