V语言中共有20个基本类型,如下:
bool
string
i8
i16
i32
i64
u8
u16
u32
u64
byte
int
rune
Unicode
f32
f64
*请注意,与C和Go不同, V语言中int始终是32位整数。