MAX_UINTN

Maximum legal x64 INTN and UINTN values.

version(X86)
extern (C)
enum MAX_UINTN = UINTN.max;

Meta