IndexedEdgeList.neighbours

Returns the IDs of vertices connected to v via incoming or outgoing links. If the graph is undirected the two will be identical and the general neighbours method is also defined.

class IndexedEdgeList(bool dir)
const
static if(!(directed))
neighbours
(
in size_t v
)

Meta