InternalVertexPropertyMap

public struct InternalVertexPropertyMap<Graph> : PropertyMap where Graph : PropertyGraph
extension InternalVertexPropertyMap: ParallelCapablePropertyMap where Graph: ParallelGraph, Graph.ParallelProjection: PropertyGraph, Graph.ParallelProjection.Vertex == Graph.Vertex

A PropertyMap over the vertices of Graph.

Available where Graph: ParallelGraph, Graph.ParallelProjection: PropertyGraph, Graph.ParallelProjection.Vertex == Graph.Vertex