www.digitalmars.com Home | Search | D | Comments
Last update Sun Jan 22 17:22:26 2006
D
Language
Phobos
Comparisons


object

std
 std.base64
 std.boxer
 std.compiler
 std.conv
 std.cover
 std.ctype
 std.date
 std.demangle
 std.file
 std.format
 std.gc
 std.intrinsic
 std.math
 std.md5
 std.mmfile
 std.openrj
 std.outbuffer
 std.path
 std.process
 std.random
 std.recls
 std.regexp
 std.socket
 std.socketstream
 std.stdint
 std.stdio
 std.cstream
 std.stream
 std.string
 std.system
 std.thread
 std.uri
 std.utf
 std.zip
 std.zlib
 std.windows.charset

std.windows

std.linux

std.c
 std.c.stdio

std.c.windows

std.c.linux

std.compiler

const char[] name;
Vendor specific string naming the compiler, for example: "Digital Mars D".

enum Vendor;
Master list of D compiler vendors.

DigitalMars
Digital Mars

const Vendor vendor;
Which vendor produced this compiler.

const uint version_major;
const uint version_minor;
The vendor specific version number, as in version_major.version_minor

const uint D_major;
The version of the D Programming Language Specification supported by the compiler.