Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias UnweightedUniqueElementsGraph<V> = UniqueElementsGraph<V, UnweightedEdge> where V : Decodable, V : Encodable, V : Equatable
-
Undocumented
Declaration
Swift
public typealias WeightedUniqueElementsGraph<V, W> = UniqueElementsGraph<V, WeightedEdge<W>> where V : Decodable, V : Encodable, V : Equatable, W : Decodable, W : Encodable, W : Equatable