Hacker News new | ask | show | jobs
by valuearb 2096 days ago
In Swift Structs are immutable and passed by value, class objects are mutable and passed by reference.

Using a struct is infinitely preferable to a string.