startIndex
The position of the first element in a nonempty dictionary.
Declaration
var startIndex: Dictionary<Key, Value>.Index { get }Discussion
If the collection is empty, startIndex is equal to endIndex.
The position of the first element in a nonempty dictionary.
var startIndex: Dictionary<Key, Value>.Index { get }If the collection is empty, startIndex is equal to endIndex.