CompileEnv

Values to use for various magic identifiers

Members

Variables

date
const(char)[] date;

__DATE__

ddocOutput
bool ddocOutput;

collect embedded documentation comments

masm
bool masm;

use MASM inline asm syntax

previewIn
bool previewIn;

in means [ref] scope const, accepts rvalues

time
const(char)[] time;

__TIME__

timestamp
const(char)[] timestamp;

__TIMESTAMP__

vendor
const(char)[] vendor;

__VENDOR__

versionNumber
uint versionNumber;

__VERSION__

Meta