cvtINT32toLong.cvtINT32toLong

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum cvtINT32toLong;
    template cvtINT32toLong(INT32 val)
    extern (C) nothrow
    static if(!(WORD64))
    enum cvtINT32toLong = cast(c_long)val;
  2. template cvtINT32toLong(INT32 val)

Meta