您的位置:首页 > 移动开发 > Swift

swift语言_学习笔记

2017-09-18 18:54 465 查看
About Swift

变量初始化

数组下标越界检查

整数溢出检查

optioanl确保明确处理无值

内存自动管理

错误处理允许控制unexpected failures

Version Compatibility

Substring operations return an instance of the Substring type, instead of String.

The @objc attribute is implicitly added in fewer places.

Extensions to a type in the same file can access that type’s private members.

A Swift Tour

不需要import library

不需要main函数

statement之后不需要分号

常量必须初始化

更多内容在playground里面……
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  swift