IndexedEdgeList.incidentEdgesOut

Returns the IDs of edges respectively incoming to or outgoing from the specified vertex v. If the graph is undirected the two will be identical and the general method incidentEdges is also defined.

  1. auto incidentEdgesOut(size_t v)
    class IndexedEdgeList(bool dir)
    const
    static if(directed)
    incidentEdgesOut
    (
    in size_t v
    )
  2. alias incidentEdgesOut = incidentEdges
  3. auto incidentEdgesIn(size_t v)
  4. auto incidentEdges(size_t v)

Meta