dmd.asttypename
Development utility for printing AST nodes by their internal name, instead of as D source code.
License
Source: asttypename.d
Documentation: https://dlang.org/phobos/dmd_asttypename.html
-
Declaration
string
astTypeName
(RootObjectnode
);Return Value
the typename of the dynamic ast-
node
-type (this is a development tool, do not use in actual code)