- 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.
- 有趣的二進制:軟件安全與逆向分析
- Python金融大數據分析(第2版)
- Architects of Intelligence
- Effective Amazon Machine Learning
- 云計算服務保障體系
- PySpark大數據分析與應用
- Creating Dynamic UIs with Android Fragments(Second Edition)
- Spark大數據分析實戰
- 大數據技術入門
- MATLAB Graphics and Data Visualization Cookbook
- SQL應用及誤區分析
- 高維數據分析預處理技術
- Chef Essentials
- 數據庫技術及應用
- 大數據數學基礎(Python語言描述)