MAX_UINTN

Maximum legal x64 INTN and UINTN values.

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

Meta