cvtINT16toShort.cvtINT16toShort

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

Meta