Graph.diffEdges

Returns the set of changes between the edges in this graph and the other.

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
const
diffEdges
(
From
To
)
(
const ref typeof(this) other
)
if (
isEdge!(From, To)
)
if (
!is(A == B)
)

Meta