std.compiler
Identify the compiler used and its various features.
Authors:
Walter Bright, www.digitalmars.com
License:
Public Domain
Variables
const
D_major
:
uint
The version of the D Programming Language Specification supported by the compiler.
const
D_minor
:
uint
const
name
:
char
[]
Vendor specific string naming the compiler, for example: "Digital Mars D".
const
vendor
:
Vendor
Which vendor produced this compiler.
const
version_major
:
uint
The vendor specific version number, as in version_major.version_minor
const
version_minor
:
uint
Enums
Vendor
:
int
Master list of D compiler vendors.
DigitalMars
Digital Mars