getProcessorArchitecture

fnstring getProcessorArchitecture() @safe nothrow

Gets processor architecture string.

Returns

String describing the processor architecture.

Example:

auto arch = getProcessorArchitecture();
writeln("Architecture: ", arch);