D 1.0
D 2.0
About Japanese Translation
D Programming Language 2.0
English
Download
D
!
Last update Tue Apr 29 16:44:17 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.system
ターゲットOSや環境、CPUの情報を扱います
Source:
std/system.d
Authors:
Walter Bright
License:
Boost License 1.0
.
enum
Endian
;
バイト順のエンディアン
BigEndian
ビッグエンディアン
LittleEndian
リトルエンディアン
const Endian
endian
;
システム標準(native)のエンディアン
Copyright © 1999-2009 by Digital Mars, All Rights Reserved