enum Vendor
{
DigitalMars = 1
}
|
The master list of D compiler vendors. Currently, Digital Mars is the only vendor for a D compiler, so there is only one entry.
This is just a type definition, if you want to get the vendor of your compiler use std.compiler.vendor.
|