Struct in Swift
In Swift, a struct is used to store variables of different data types. It is a way to create a custom data type that groups related values together. It's like making a blueprint for a particular kind of data. Structs are useful because they ensure th...
jaytillu.hashnode.dev4 min read