Other Type Aliases
The following type aliases are available globally.
-
A simple undirected AdjacencyList with no data associated with each vertex or edge, and a maximum of 2^63-1 vertices.
Declaration
Swift
public typealias SimpleUndirectedAdjacencyList = UndirectedAdjacencyList<Empty, Empty, Int>