Learn about Struct in Swift

Learn about Struct in Swift

6 years ago
Anonymous $hM_jrxqbr-

https://medium.com/swift-india/part1-struct-2d585269b121

Let’s deep dive into struct in swift

A struct is a value type whose value is copied when it is assigned to a variable or constant, or when it is passed to a function.