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
classDebugSymbol: dmd.dsymbol.Dsymbol;DebugSymbol's happen for statements like: debug = identifier; debug = integer; -
Declaration
classVersionSymbol: dmd.dsymbol.Dsymbol;VersionSymbol's happen for statements like: version = identifier; version = integer;