- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 158字
- 2021-07-02 23:54:18
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The VerboseClass.h file defines an interface as a subclass of the NSObject class."
A block of code is set as follows:
let numbers = [9, 29, 19, 79]
// Imperative example
var tripledNumbers: [Int] = []
for number in numbers {
tripledNumbers.append(number * 3)
}
print(tripledNumbers)
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Next, we will create a Single View Application project in Xcode."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- LibGDX Game Development Essentials
- Google Visualization API Essentials
- SQL Server 2012數據庫技術與應用(微課版)
- Modern Programming: Object Oriented Programming and Best Practices
- 卷積神經網絡的Python實現
- Lean Mobile App Development
- Hadoop 3.x大數據開發實戰
- Remote Usability Testing
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- R語言數據挖掘
- 數據挖掘競賽實戰:方法與案例
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- Microsoft Dynamics NAV 2015 Professional Reporting
- 區塊鏈應用開發指南:業務場景剖析與實戰
- 基于數據發布的隱私保護模型研究