uintmax_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias uintmax_t = uint32_t
    version(Windows && MSCVER_LESS_1300)
    extern (C)
    alias uintmax_t = uint32_t
  2. alias uintmax_t = uint64_t

Meta