BasicGraph.vertexCount

Return the number of vertices in this graph in constant time.

struct BasicGraph(Vertex, EdgeDirection edgeDirection)
@nogc @safe pure nothrow @property const
size_t
vertexCount
()

Return Value

Type: size_t

The number of vertices in this graph.

Meta