Learn about Struct in Swift
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.