This release adds the material specified by Reading 2 of the Stanford iOS course. The complete list of additions is:
- Section 1.11 - Tuples
- Section 3.6 - Unicode Representations of Strings
- Section 4.3 - Sets
- Section 4.4 - Performing Set Operations
- Part of Section 5.2. Everything related to Tuples
- Part of Section 6.1 - Variadic Parameters and In-Out Parameters
- Section 6.2 - Functions with Multiple Return Values
- Section 6.3 - Function Types
- Section 8.3 - Computed Properties
- Part of Section 10.0 - Overriding Properties
- Section 11.5 - 11.10 - Initializers
- Section 12 - Closures
- Section 13 - Enumerations
- Section 14 - Subscripts
- Section 15 - Optional Chaining
- Section 16 - Nested Types
- Section 17 - Extensions
- Section 18 - Protocols