UndirectedGraph.nodes

Returns a list of the nodes in this graph.

struct UndirectedGraph(Node, Weight = void)
@property const nothrow pure
Node[]
nodes
()

Meta