Contents

endIndex

The dictionary’s “past the end” position—that is, the position one greater than the last valid subscript argument.

Declaration

var endIndex: Dictionary<Key, Value>.Index { get }

Discussion

If the collection is empty, endIndex is equal to startIndex.