Graph.diffVertices

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

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
const
diffVertices
(
Vertex
)
(
const ref typeof(this) other
)
if (
isVertex!Vertex
)
if (
!is(A == B)
)

Meta