三大类型:结构、枚举和类。
基础类型:
1.整数类型:Int8、Uint8、Int16、Uint16、Int32、Uint32、Int64、Uint64、Int、Uint
2.浮点类型:Float、Double
3.布尔类型:Bool
4.字符类型:Character
复合类型:
1.元组
2.可选类型
3.字符串类型:String
4.数组:Array
5.字典:Dictionary
时间: 2024-10-10 13:13:03
三大类型:结构、枚举和类。
基础类型:
1.整数类型:Int8、Uint8、Int16、Uint16、Int32、Uint32、Int64、Uint64、Int、Uint
2.浮点类型:Float、Double
3.布尔类型:Bool
4.字符类型:Character
复合类型:
1.元组
2.可选类型
3.字符串类型:String
4.数组:Array
5.字典:Dictionary