NullVisitor.finishVertex

Called whan all of the adjacent nodes of a vertex have been examined.

struct NullVisitor(GraphT)
void
finishVertex
(
ref const(GraphT) g
,)
if (
isGraph!GraphT
)

Meta