Instance PropertySwiftstartIndexThe position of the first element in a nonempty collection.var startIndex: Int { get }OverviewIf the collection is empty, startIndex is equal to endIndex.