ClosurePropertyMap
public struct ClosurePropertyMap<Graph, Key, Value> : ExternalPropertyMap where Graph : GraphProtocol
A read-only property map whose values are computed by a closure.
-
Undocumented
Declaration
Swift
public init(propertyProducer: @escaping (Key) -> Value)
-
Declaration
Swift
public subscript(key: Key) -> Value { get set }