UndirectedGraph.edges

Returns a list of all edges in this graph.

  1. auto edges [@property getter]
  2. auto edges [@property getter]
    struct UndirectedGraph(Node, Weight = void)
    @property const nothrow pure
    edges
    ()

Meta