W3cubDocs

/D

dmd.dversion

Compiler implementation of the D programming language.

Authors:
Walter Bright
License:
Boost License 1.0
Source
dversion.d
Documentation
https://dlang.org/phobos/dmd_dversion.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/dversion.d
class DebugSymbol: dmd.dsymbol.Dsymbol;

DebugSymbol's happen for statements like: debug = identifier; debug = integer;

class VersionSymbol: dmd.dsymbol.Dsymbol;

VersionSymbol's happen for statements like: version = identifier; version = integer;

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