- Swift 4 Protocol-Oriented Programming(Third Edition)
- Jon Hoffman
- 171字
- 2021-07-08 09:42:33
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: "With the where clause we are requiring that the elements in the iterator, within the E type, must be of the Integer type"
A block of code is set as follows:
protocol ZombieObserver { func turnLeft() func turnRight() func seesUs() }
Any command-line input or output is written as follows:
Making a copy of internalQueue
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: "From this menu, we will
want to select the Create a new Xcode project option."
- Node.js+Webpack開發實戰
- Learn Type:Driven Development
- Mastering ServiceStack
- PHP 7底層設計與源碼實現
- 深入淺出Java虛擬機:JVM原理與實戰
- Ext JS Data-driven Application Design
- Learning Elixir
- Bulma必知必會
- PostgreSQL 11從入門到精通(視頻教學版)
- INSTANT Passbook App Development for iOS How-to
- 智能手機故障檢測與維修從入門到精通
- Python機器學習開發實戰
- Solr權威指南(下卷)
- MATLAB 2020 GUI程序設計從入門到精通
- JavaScript編程精解(原書第3版)