Instance Propertyswift 6.0.3Swift

startIndex

The position of the first element in a nonempty array.

var startIndex: Int { get }

For an instance of Array, startIndex is always zero. If the array is empty, startIndex is equal to endIndex.