getCPUBrand

fnstring getCPUBrand() @safe nothrow

Gets CPU brand string.

Returns

CPU brand string (e.g., "Apple M1").

Example:

auto brand = getCPUBrand();
writeln("CPU: ", brand);