dmd.dversion
Defines a Dsymbol
for version = identifier
and debug = identifier
statements.
Specification: Version Specification, Debug Specification.
License
Source: dversion.d
Documentation: https://dlang.org/phobos/dmd_dversion.html
-
Declaration
class
DebugSymbol
: dmd.dsymbol.Dsymbol;DebugSymbol
's happen for statements like: debug = identifier; debug = integer; -
Declaration
class
VersionSymbol
: dmd.dsymbol.Dsymbol;VersionSymbol
's happen for statements like: version = identifier; version = integer;