Enums§
- NSTD
Bool - A boolean type.
Type Aliases§
- NSTDAny
- Represents a pointer to any type.
- NSTD
AnyConst - Represents a const pointer to any type.
- NSTD
Byte - Represents a byte.
- NSTD
Char - Alias for C’s char primitive.
- NSTD
Char8 - Represents a 8-bit char.
- NSTD
Char16 - Represents a 16-bit char.
- NSTD
Char32 - Represents a 32-bit char.
- NSTD
Float32 - 32-bit float.
- NSTD
Float64 - 64-bit float.
- NSTDI
Size - Represents a signed size.
- NSTD
Int8 - 8-bit signed int.
- NSTD
Int16 - 16-bit signed int.
- NSTD
Int32 - 32-bit signed int.
- NSTD
Int64 - 64-bit signed int.
- NSTDU
Int8 - 8-bit unsigned int.
- NSTDU
Int16 - 16-bit unsigned int.
- NSTDU
Int32 - 32-bit unsigned int.
- NSTDU
Int64 - 64-bit unsigned int.
- NSTDU
Size - Represents a size of any type, such as a memory block.
- NSTD
Unichar - Represents a unicode char type.