Use this tag for questions related to Swift structs, which allows you to create a structured data type, in Swift.
A swift-structs allows you to create a structured data type which provides storage of data using properties and extending its functionality via methods.
as discussed here.
You are encouraged to use the swift along with swift-structs.