NullVisitor.discoverVertex

Called when a vertex is first encountered during the search.

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

Meta