- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 45字
- 2021-07-02 23:54:21
Pattern matching
Pattern matching is the ability to de-structure values and match different switch cases based on correct value matches. Pattern matching capabilities exist in languages such as Scala, Erlang, and Haskell. Swift provides powerful switch cases and if cases with where clauses as well.
推薦閱讀
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- SQL入門經典(第5版)
- 云計算環境下的信息資源集成與服務
- Access 2016數據庫技術及應用
- Enterprise Integration with WSO2 ESB
- Mockito Cookbook
- 智能數據分析:入門、實戰與平臺構建
- MySQL DBA修煉之道
- 大數據技術原理與應用:概念、存儲、處理、分析與應用
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- 智能與數據重構世界
- ECharts數據可視化:入門、實戰與進階
- Configuration Management with Chef-Solo
- 反饋:化解不確定性的數字認知論
- Swift 2 By Example