W3cubDocs

/D

dmd.strictvisitor

Documentation
https://dlang.org/phobos/dmd_strictvisitor.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/strictvisitor.d
class StrictVisitor(AST): ParseTimeVisitor!AST;

The StrictVisitor asserts 0 an all visiting functions in order to make sure that all the nodes are visited.

© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/dmd_strictvisitor.html