www.digitalmars.com

D Programming Language 2.0

Last update Sun Dec 19 23:27:29 2010

std.system

Information about the target operating system, environment, and CPU

License:
Boost License 1.0.

Authors:
Walter Bright

enum Endian;
Byte order endianness

BigEndian
big endian byte order

LittleEndian
little endian byte order

const Endian endian;
Native system endianness