An awesome new feature in Swift 5.2 — Consider this piece of code: Here, we’ve created a struct named Car with five properties: model, brand, releaseDate, price, designerName and isExpensive. Let’s create some instances of this struct and store them in an array, cars: Note: The names of the cars and their properties do not resemble…