std.system

Information about the target operating system, environment, and CPU

License:
Boost License 1.0.

Authors:
Walter Bright

Source:
std/system.d

enum Endian;
Byte order endianness

BigEndian
big endian byte order

LittleEndian
little endian byte order

const Endian endian;
Native system endianness