EdgeFilterPropertyMapAdapter

public struct EdgeFilterPropertyMapAdapter<
  Underlying: PropertyMap, Filter: EdgeFilterProtocol
>: PropertyMap where Underlying.Graph == Filter.Graph
extension EdgeFilterPropertyMapAdapter: ExternalPropertyMap where Underlying: ExternalPropertyMap

Adapts a PropertyMap to work on an edge-filtered version of a graph.

Available where Underlying: ExternalPropertyMap