Tag Archive | class
Should I use struct in Swift?
“Should I use struct or class?” is a common question of Swift developer. There may be something you also hear over and over again like: struct is value-semantic, struct is faster. Is it really as it being said or is there anything hidden behind? Let’s find out!
Note: For better format post, please check out Should I use struct in Swift?
Advertisements