An array stores multiple values of the same type in an ordered list.
Different from Objective-C arrays in Swift can contain only one type at a
time, which is less error.prone. In this tutorial we will show the most
common functions applied on arrays. To follow this tutorial you will need
Xcode 6 and start a playground file. Xcode 6 can be downloaded from Apple's
developer portal.