AdjacencyList.vertices

Returns a forward range that yields the descriptors for each vertex in the graph. The order of the vertices is undefined.

struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
@property inout
vertices
()

Meta