Instance PropertySwiftstartIndexThe position of the first element in a nonempty array.var startIndex: Int { get }OverviewFor an instance of Array, startIndex is always zero. If the array is empty, startIndex is equal to endIndex.