startIndex
The position of the first element in a nonempty collection.
Declaration
var startIndex: KeyValuePairs<Key, Value>.Index { get }Discussion
If the KeyValuePairs instance is empty, startIndex is equal to endIndex.
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.