Value Type and Reference Type in Swift
Call by value and Call by reference is a fundamental topic in a programming language. It tells you how your data will be manipulated in scopes.
Value Types
Value types are Pass by Value. This means that copies of their value are used when passed to f...
jaytillu.hashnode.dev3 min read