Chapter 3. Using Structs and Generics
In this chapter, we will cover the following topics:
- Creating an exam app
- Checking the right answer
- Avoiding copying of structs
- Creating a generic array initializer
- Creating a priority list
- Creating a protocol for the priority queue