endIndex
The collection’s “past the end” position—that is, the position one greater than the last valid subscript argument.
Declaration
var endIndex: KeyValuePairs<Key, Value>.Index { get }Discussion
If the KeyValuePairs instance is empty, endIndex is equal to startIndex.