BasicGraph.vertexCount

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

struct BasicGraph(Vertex, EdgeDirection edgeDirection)
@property
size_t
vertexCount
const
(
)

Return Value

Type: size_t

The number of vertices in this graph.

Meta