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
  2. alias INT32 = uint
  3. alias INT32 = int
  4. alias INT32 = c_long
    version(Posix && !X86_64 && !AArch64)
    extern (C) nothrow
    static if(!(LONG64))
    alias INT32 = c_long

Meta