std.system

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

Members

Enums

Endian
enum Endian

Byte order endianness.

ISA
enum ISA

Instruction Set Architecture.

OS
enum OS

Operating system.

Variables

endian
Endian endian;

The endianness that the program was compiled for.

instructionSetArchitecture
ISA instructionSetArchitecture;

The instruction set architecture that the program was compiled for.

os
OS os;

The OS that the program was compiled for.

Meta