Index

A type that represents a valid position in the collection.

typealias Index = Int

Valid indices consist of the position of every element and a “past the end” position that’s not valid for use as a subscript.