bool
string
i8 i16 i32 i64 i128 (soon)
u8 u16 u32 u64 u128 (soon)
byte // alias for u8
int // alias for i32
rune // alias for i32, represents a Unicode code point
f32 f64
byteptr
voidptr
Please note that unlike C and Go, int is always a 32 bit integer.
请注意,不像C和Go中, int is always a 32 bit integer.