Update Primitive Data Types

2025-11-19 23:46:58 -08:00
parent e2c16780a0
commit 49ca6b48fb

@@ -13,6 +13,7 @@
**UInt_8** - 8-Bit Unsigned Integer
**SInt_64** - 64-Bit Signed Integer
**SInt_32** - 32-Bit Signed Integer
@@ -22,6 +23,7 @@
**SInt_8** - 8-Bit Signed Integer
**Char_32** - UTF_32 Character
**Char_16** - UTF_16 Character
@@ -29,9 +31,11 @@
**Char_8** - UTF_8 Character
**Byte** - A single byte of data, essentially just a UInt_8
**float** - A 32-Bit single precision floating point number
**double** - A 64-Bit double precision floating point number