- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 57字
- 2021-07-02 23:54:23
Types
Types are designated units of composition in Swift. Classes, structs, enums, functions, closures, and protocols can become types.
Swift is a type-safe language. This means that we cannot change the type of a constant, variable, or expression once we define it. Also, the type-safe nature of Swift empowers us to find type mismatches during compile time.
推薦閱讀
- Hands-On Machine Learning with Microsoft Excel 2019
- Game Development with Swift
- gnuplot Cookbook
- 數據庫原理與應用
- 數據挖掘競賽實戰(zhàn):方法與案例
- 數據分析思維:產品經理的成長筆記
- 從Lucene到Elasticsearch:全文檢索實戰(zhàn)
- 大數據技術體系詳解:原理、架構與實踐
- 一類智能優(yōu)化算法的改進及應用研究
- Flume日志收集與MapReduce模式
- 信息技術導論
- SQL必知必會(第四版)
- R語言醫(yī)學多元統(tǒng)計分析
- 數據挖掘:實用案例分析
- Spark大數據商業(yè)實戰(zhàn)三部曲:內核解密、商業(yè)案例、性能調優(yōu)(第2版)