InternalEdgePropertyMap

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

A PropertyMap over the edges of Graph.

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