std.system

Information about the target operating system, environment, and CPU.

Members

Enums

Endian
enum Endian

Byte order endianness.

OS
enum OS

Operating system.

Variables

endian
Endian endian;

The endianness that the program was compiled for.

os
OS os;

The OS that the program was compiled for.

Meta

Suggestion Box / Bug Report