Graph.edges

Get the set (ordered list) of edges in this graph.

  1. auto edges [@property getter]
  2. auto edges [@property getter]
    struct Graph(Node, Weight = void, Flag!"isDirected" isDirected = No.isDirected, EdgePayload = void)
    @property
    edges
    const nothrow pure
    (
    )

Meta