Module def

Source

Enums§

NSTDBool
A boolean type.

Type Aliases§

NSTDAny
Represents a pointer to any type.
NSTDAnyConst
Represents a const pointer to any type.
NSTDByte
Represents a byte.
NSTDChar
Alias for C’s char primitive.
NSTDChar8
Represents a 8-bit char.
NSTDChar16
Represents a 16-bit char.
NSTDChar32
Represents a 32-bit char.
NSTDFloat32
32-bit float.
NSTDFloat64
64-bit float.
NSTDISize
Represents a signed size.
NSTDInt8
8-bit signed int.
NSTDInt16
16-bit signed int.
NSTDInt32
32-bit signed int.
NSTDInt64
64-bit signed int.
NSTDUInt8
8-bit unsigned int.
NSTDUInt16
16-bit unsigned int.
NSTDUInt32
32-bit unsigned int.
NSTDUInt64
64-bit unsigned int.
NSTDUSize
Represents a size of any type, such as a memory block.
NSTDUnichar
Represents a unicode char type.