INT32

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias INT32 = uint
    version(linux && X86_64)
    extern (C) nothrow @nogc
    alias INT32 = uint
  2. alias INT32 = int
  3. alias INT32 = c_long

Meta