WeightedGraphSchemeProtocol public protocol WeightedGraphSchemeProtocol : GraphSchemeProtocol Undocumented Weight Undocumented Declaration Swift associatedtype Weight weight Undocumented Declaration Swift var weight: (Edge) -> Weight? { get } init(_:) Undocumented Declaration Swift init (_ weight: @escaping (Edge) -> Weight?) weight(from:to:) Undocumented Declaration Swift func weight(from start: Node, to end: Node) -> Weight?