Graph.vertices

Returns a range of vertices of the given type.

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

Meta