Login
From:
Caesar Wirth
(Uncensored)
subscribe
Value Types in Swift
https://cjwirth.com/tech/value-types
links
backlinks
Roast topics
Find topics
Find it!
Swift has reference types and value types. Even within the value types, there are different options to use! It can be kind of confusing to know when to use which. Knowing a little bit about what types work in which situations can really help out.