Instance Propertyswift 6.0.3Swift

startIndex

The position of the first element in a non-empty collection.

var startIndex: FlattenSequence<Base>.Index { get }

In an empty collection, startIndex == endIndex.