MAX_2_BITS

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

version(X86_64)
extern (C)
enum MAX_2_BITS = 0xC000_0000_0000_0000UL;

Meta