Graph.length

Returns the number of vertices for the given type.

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
@property const pure nothrow
size_t
length
(
Vertex
)
()
if (
isVertex!Vertex
)
if (
!is(A == B)
)

Meta