BasicGraph.edgeCount

Return the number of edges in this graph in linear time.

struct BasicGraph(Vertex, EdgeDirection edgeDirection)
size_t
edgeCount
const
(
)

Return Value

Type: size_t

The number of edges in this graph.

Meta