Advanced Swift: Types and Operations

Advanced Swift: Types and Operations

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 29m | 242 MB

An idea central to Swift is to use types to guarantee correctness. Find out how in this course focused on types and operations.

This course is for developers interested in getting a deeper understanding of the Swift language. It expects you to be comfortable with the basic syntax of Swift and to have perhaps written an app or two. You should be familiar with basic types in the Swift standard library.

This course focuses on:

  • Hashable
  • Phantom Types
  • Custom operators
  • Range operators
Table of Contents

1 Promo
2 Introduction
3 Equality
4 Hashable
5 Phantom Types
6 Challenge – Eliminate Invalid State
7 Custom Operators
8 Challenge – Custom Range Operator
9 Conclusion