AdjacencyList.edgeCount

Fetches the total number of edges in the graph. For debugging purposes only.

struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
@property const
size_t
edgeCount
()

Meta