NullVisitor.startVertex

Called when a vertex is identified as the root of a depth-first spanning tree

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

Meta