MAX_BIT

A value of native width with the highest bit set.

version(X86_64)
extern (C)
enum MAX_BIT = 0x8000_0000_0000_0000UL;

Meta