cvtINT32toLong

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. template cvtINT32toLong(INT32 val)
    version(linux)
    extern (C) nothrow @nogc
    static if(WORD64)
    template cvtINT32toLong (
    INT32 val
    ) {}
  2. template cvtINT32toLong(INT32 val)

Members

Variables

cvtINT32toLong
c_long cvtINT32toLong;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta