Value vs. Reference in Swift

David Owens II: This is a general concern of mine in Swift: how to actually know what has value vs. reference semantics. Swift adds let and var, which fixes one problem. But there is no way to see what is a struct or a class, which adds another. It’s even more complicated in the context … Continue reading Value vs. Reference in Swift