MAX_BIT

A value of native width with the highest bit set.

version(X86)
extern (C)
enum MAX_BIT = 0x8000_0000;

Meta