Graph.edges

Returns an array of edges of the given type.

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
const pure
edges
(
From
To
)
()
if (
isEdge!(From, To)
)
if (
!is(A == B)
)

Meta