The last chapter gave us the basic types that form the building blocks of the Swift language. Now we will build on top of this knowledge to create more complex structures using functionalities provided by the Swift standard library.
All the code for this chapter can be found in the GitHub repository at https://github.com/SwiftProgrammingCookbook/BuildingOnTheBuildingBlocks.