Swift备忘

三大类型:结构、枚举和类。

基础类型:

  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

 

posted @ 2015-08-02 23:53  StupidTortoise  阅读(148)  评论(0编辑  收藏  举报