Reference Type and Value Type in Swift
In this post, I’m going to talk about one of the basic features of Swift, which exists in most programming languages. Value type Reference type When working with variables in Swift, it’s important to understand the difference between reference types...