The book says
let countingDown = countingUp.reverse() ["three", "two", "one"]
but it seems that in XCode 7
let countingDown = countingUp.reverse() ReverseRandomAccessCollection<Array<String>>
Subscripting
doesn’t seem to work and shows error “Cannot subscript a value of type ‘ReverseRandomAccessCollection<[String]>’”