On 11/29/11 9:17 PM, Stewart Gordon wrote:
Identifiers beginning with __ are implementation-specific. std.compiler, OTOH, continues to exist in order to provide _standardised_ access to information about the compiler.
Not in this case – actually, all special tokens defined by the language are enclosed in double underscores: http://d-programming-language.org/lex.html#specialtokens.
David
