BasicGraph.edgeCount

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

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

Return Value

Type: size_t

The number of edges in this graph.

Meta