Instance Propertyswift 6.1.2Swift

startIndex

The position of the first element in a nonempty collection.

var startIndex: KeyValuePairs<Key, Value>.Index { get }

If the KeyValuePairs instance is empty, startIndex is equal to endIndex.