- Further information about arrays can be found in Apple's documentation of the Swift language at https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/CollectionTypes.html.
- Arrays use generics to define the element type it contains. Generics are discussed in detail in Chapter 4, Generics, Operators, and Nested Types.