- charptr
alias charptr = const(char)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- int16
alias int16 = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- int32
alias int32 = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- int8
alias int8 = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint16
alias uint16 = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint32
alias uint32 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint8
alias uint8 = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wchar_t
alias wchar_t = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wchar_t
alias wchar_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wchar_tptr
alias wchar_tptr = const(dchar)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wchar_tptr
alias wchar_tptr = const(wchar)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.