Skip to content

Base Type

Liu Jun edited this page Dec 9, 2019 · 1 revision

Integer

Size Signed Unsigned
1 bool bool
8 i8 u8 char
16 i16 u16
32 i32 u32
64 i64 u64

and sz which depends on architecture.

Float

float for 32-bit and double for 64-bit

Other

null

Clone this wiki locally