Swift Value & Reference
Value Types vs. Reference Types
In Swift, types are split into two categories: value types and reference types. They behave differently, and knowing how they work is key to writing smooth, bug-free code.
To paint a picture, imagine you're working on ...
damianrobinson.hashnode.dev4 min read