MAX_2_BITS

A value of native width with the two highest bits set.

version(X86)
extern (C)
enum MAX_2_BITS = 0xC000_0000;

Meta