UndirectedGraph._adjacency

Undocumented in source.
struct UndirectedGraph(Node, Weight = void)
protected
adjacency_t[Node][Node] _adjacency;

Meta