I'm reading about when to choose structs over classes in Swift here on Apple's documentation. I'm a bit confused as to what they meant by the bullet point that reads:
- Use classes when you need to control the identity of the data you're modeling
What does this mean?