D 1.0
D 2.0
About Japanese Translation
D Programming Language 2.0
英
Download
D
!
Last update Tue Apr 29 16:39:30 2008
D
言語仕様
Phobos
比較
object
std
std.algorithm
std.array
std.base64
std.bigint
std.bind
std.bitmanip
std.boxer
std.compiler
std.complex
std.concurrency
std.container
std.contracts
std.conv
std.cover
std.cpuid
std.ctype
std.date
std.datetime
std.demangle
std.encoding
std.exception
std.file
std.format
std.functional
core.memory
std.getopt
std.gregorian
std.intrinsic
std.json
std.math
std.mathspecial
std.md5
std.metastrings
std.mmfile
std.numeric
std.outbuffer
std.path
std.perf
std.process
std.random
std.range
std.regex
std.regexp
std.signals
std.socket
std.socketstream
std.stdint
std.stdio
std.cstream
std.stream
std.string
std.system
std.thread
std.traits
std.typecons
std.typetuple
std.uni
std.uri
std.utf
std.variant
std.xml
std.zip
std.zlib
std.c.fenv
std.c.locale
std.c.math
std.c.process
std.c.stdarg
std.c.stddef
std.c.stdio
std.c.stdlib
std.c.string
std.c.time
std.c.wcharh
std.windows.charset
std.windows
std.linux
std.c.windows
std.c.linux
core
core.atomic
core.bitop
core.cpuid
core.exception
core.memory
core.runtime
core.thread
core.vararg
core.sync.barrier
core.sync.condition
core.sync.config
core.sync.exception
core.sync.mutex
core.sync.rwmutex
core.sync.semaphore
std.compiler
Source:
std/compiler.d
License:
Boost License 1.0
Authors:
Walter Bright
const string
name
;
ベンダ特有の文字列で、コンパイラの名前。例: "Digital Mars D".
enum
Vendor
;
Dコンパイラベンダのマスターリスト
DigitalMars
Digital Mars
const Vendor
vendor
;
コンパイラを作成したベンダ
const uint
version_major
;
const uint
version_minor
;
version_major
.version_minor のような、 コンパイラのバージョン
const uint
D_major
;
コンパイラのサポートする D言語仕様のバージョン
Copyright © 1999-2009 by Digital Mars, All Rights Reserved