Advanced Swift: Values and References

Advanced Swift: Values and References

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

Swift mutation model uses values and references to improve local reasoning and maintain performance. Find out the details in this course.

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:

  • Values
  • References
  • Copy on write
  • Exclusivity
  • inout
  • self
Table of Contents

1 Promo
2 Introduction
3 Values vs References
4 inout
5 Mutation of self
6 Enforce the Law
7 COW
8 Challenge – COW
9 Conclusion